#b2004a color space conversions
Hex:
        #b2004a
        RGB:
        178, 0, 74
        CMY:
        30, 100, 71
        CMYK:
        0, 100, 58, 30
      HSL:
        335°, 100.0000%, 34.9020%
        HSV (HSB):
        335°, 100.0000%, 69.8039%
        XYZ:
        19.5961, 9.9594, 7.3681
        xyY:
        0.5307, 0.2697, 9.9594
      CIE-Lab:
        37.7694, 63.6148, 11.2052
        CIE-LCH:
        37.7694, 64.5941, 9.9897
        CIE-Luv:
        37.7694, 104.2666, 0.3586
        Hunter-Lab:
        31.5585, 55.6115, 8.2483
      #b2004a color charts
#b2004a RGB chart
      #b2004a CMYK chart
      #b2004a RGB pie chart
      #b2004a color shades, tints & tones
#b2004a color schemes
#b2004a color preview, HTML & CSS examples
           This text has a color of #b2004a        
        
          <p style="color:#b2004a;">Text here</p>
        
        
          .mytext {color:#b2004a;}
        
        Text color #b2004a
      
           This box has a color of #b2004a        
        
          <div style="background-color:#b2004a;">Content here</div>
        
        
          .mybackground {background-color:#b2004a;}
        
        Background color #b2004a
      
           Border around this has a color of #b2004a        
        
          <div style="border:2px solid #b2004a;">Content here</div>
        
        
          .myborder {border:2px solid #b2004a;}
        
        Border color #b2004a