#bb85ec color space conversions
Hex:
        #bb85ec
        RGB:
        187, 133, 236
        CMY:
        27, 48, 7
        CMYK:
        21, 44, 0, 7
      HSL:
        271°, 73.0496%, 72.3529%
        HSV (HSB):
        271°, 43.6441%, 92.5490%
        XYZ:
        44.0214, 33.3960, 83.4828
        xyY:
        0.2736, 0.2076, 33.3960
      CIE-Lab:
        64.4803, 39.9545, -44.2934
        CIE-LCH:
        64.4803, 59.6512, 312.0518
        CIE-Luv:
        64.4803, 19.7300, -75.8302
        Hunter-Lab:
        57.7893, 34.8424, -45.1983
      #bb85ec color charts
#bb85ec RGB chart
      #bb85ec CMYK chart
      #bb85ec RGB pie chart
      #bb85ec color shades, tints & tones
#bb85ec color schemes
#bb85ec color preview, HTML & CSS examples
           This text has a color of #bb85ec        
        
          <p style="color:#bb85ec;">Text here</p>
        
        
          .mytext {color:#bb85ec;}
        
        Text color #bb85ec
      
           This box has a color of #bb85ec        
        
          <div style="background-color:#bb85ec;">Content here</div>
        
        
          .mybackground {background-color:#bb85ec;}
        
        Background color #bb85ec
      
           Border around this has a color of #bb85ec        
        
          <div style="border:2px solid #bb85ec;">Content here</div>
        
        
          .myborder {border:2px solid #bb85ec;}
        
        Border color #bb85ec