#bb012b color space conversions
Hex:
        #bb012b
        RGB:
        187, 1, 43
        CMY:
        27, 100, 83
        CMYK:
        0, 99, 77, 27
      HSL:
        346°, 98.9362%, 36.8627%
        HSV (HSB):
        346°, 99.4652%, 73.3333%
        XYZ:
        20.9404, 10.7609, 3.2589
        xyY:
        0.5990, 0.3078, 10.7609
      CIE-Lab:
        39.1748, 64.1626, 33.0327
        CIE-LCH:
        39.1748, 72.1664, 27.2407
        CIE-Luv:
        39.1748, 121.2689, 18.2005
        Hunter-Lab:
        32.8038, 56.5392, 17.0726
      #bb012b color charts
#bb012b RGB chart
      #bb012b CMYK chart
      #bb012b RGB pie chart
      #bb012b color shades, tints & tones
#bb012b color schemes
#bb012b color preview, HTML & CSS examples
           This text has a color of #bb012b        
        
          <p style="color:#bb012b;">Text here</p>
        
        
          .mytext {color:#bb012b;}
        
        Text color #bb012b
      
           This box has a color of #bb012b        
        
          <div style="background-color:#bb012b;">Content here</div>
        
        
          .mybackground {background-color:#bb012b;}
        
        Background color #bb012b
      
           Border around this has a color of #bb012b        
        
          <div style="border:2px solid #bb012b;">Content here</div>
        
        
          .myborder {border:2px solid #bb012b;}
        
        Border color #bb012b