#bb007b color space conversions
Hex:
        #bb007b
        RGB:
        187, 0, 123
        CMY:
        27, 100, 52
        CMYK:
        0, 100, 34, 27
      HSL:
        321°, 100.0000%, 36.6667%
        HSV (HSB):
        321°, 100.0000%, 73.3333%
        XYZ:
        24.0687, 11.9949, 19.7856
        xyY:
        0.4310, 0.2148, 11.9949
      CIE-Lab:
        41.2079, 69.7446, -14.6472
        CIE-LCH:
        41.2079, 71.2661, 348.1395
        CIE-Luv:
        41.2079, 89.8586, -31.2897
        Hunter-Lab:
        34.6336, 63.4401, -9.6278
      #bb007b color charts
#bb007b RGB chart
      #bb007b CMYK chart
      #bb007b RGB pie chart
      #bb007b color shades, tints & tones
#bb007b color schemes
#bb007b color preview, HTML & CSS examples
           This text has a color of #bb007b        
        
          <p style="color:#bb007b;">Text here</p>
        
        
          .mytext {color:#bb007b;}
        
        Text color #bb007b
      
           This box has a color of #bb007b        
        
          <div style="background-color:#bb007b;">Content here</div>
        
        
          .mybackground {background-color:#bb007b;}
        
        Background color #bb007b
      
           Border around this has a color of #bb007b        
        
          <div style="border:2px solid #bb007b;">Content here</div>
        
        
          .myborder {border:2px solid #bb007b;}
        
        Border color #bb007b