#bb0080 color space conversions
Hex:
        #bb0080
        RGB:
        187, 0, 128
        CMY:
        27, 100, 50
        CMYK:
        0, 100, 32, 27
      HSL:
        319°, 100.0000%, 36.6667%
        HSV (HSB):
        319°, 100.0000%, 73.3333%
        XYZ:
        24.3898, 12.1233, 21.4766
        xyY:
        0.4206, 0.2091, 12.1233
      CIE-Lab:
        41.4114, 70.2682, -17.4359
        CIE-LCH:
        41.4114, 72.3991, 346.0644
        CIE-Luv:
        41.4114, 87.5339, -35.1139
        Hunter-Lab:
        34.8185, 64.1038, -12.1980
      #bb0080 color charts
#bb0080 RGB chart
      #bb0080 CMYK chart
      #bb0080 RGB pie chart
      #bb0080 color shades, tints & tones
#bb0080 color schemes
#bb0080 color preview, HTML & CSS examples
           This text has a color of #bb0080        
        
          <p style="color:#bb0080;">Text here</p>
        
        
          .mytext {color:#bb0080;}
        
        Text color #bb0080
      
           This box has a color of #bb0080        
        
          <div style="background-color:#bb0080;">Content here</div>
        
        
          .mybackground {background-color:#bb0080;}
        
        Background color #bb0080
      
           Border around this has a color of #bb0080        
        
          <div style="border:2px solid #bb0080;">Content here</div>
        
        
          .myborder {border:2px solid #bb0080;}
        
        Border color #bb0080