#b88def color space conversions
Hex:
        #b88def
        RGB:
        184, 141, 239
        CMY:
        28, 45, 6
        CMYK:
        23, 41, 0, 6
      HSL:
        266°, 75.3846%, 74.5098%
        HSV (HSB):
        266°, 41.0042%, 93.7255%
        XYZ:
        44.8720, 35.4721, 86.1431
        xyY:
        0.2695, 0.2131, 35.4721
      CIE-Lab:
        66.1146, 35.3860, -43.3998
        CIE-LCH:
        66.1146, 55.9974, 309.1921
        CIE-Luv:
        66.1146, 14.6264, -74.0687
        Hunter-Lab:
        59.5585, 30.2567, -44.0639
      #b88def color charts
#b88def RGB chart
      #b88def CMYK chart
      #b88def RGB pie chart
      #b88def color shades, tints & tones
#b88def color schemes
#b88def color preview, HTML & CSS examples
           This text has a color of #b88def        
        
          <p style="color:#b88def;">Text here</p>
        
        
          .mytext {color:#b88def;}
        
        Text color #b88def
      
           This box has a color of #b88def        
        
          <div style="background-color:#b88def;">Content here</div>
        
        
          .mybackground {background-color:#b88def;}
        
        Background color #b88def
      
           Border around this has a color of #b88def        
        
          <div style="border:2px solid #b88def;">Content here</div>
        
        
          .myborder {border:2px solid #b88def;}
        
        Border color #b88def