#b1234a color space conversions
Hex:
        #b1234a
        RGB:
        177, 35, 74
        CMY:
        31, 86, 71
        CMYK:
        0, 80, 58, 31
      HSL:
        344°, 66.9811%, 41.5686%
        HSV (HSB):
        344°, 80.2260%, 69.4118%
        XYZ:
        19.9685, 11.0436, 7.5577
        xyY:
        0.5177, 0.2863, 11.0436
      CIE-Lab:
        39.6538, 57.3520, 13.7607
        CIE-LCH:
        39.6538, 58.9798, 13.4922
        CIE-Luv:
        39.6538, 95.6898, 4.5535
        Hunter-Lab:
        33.2319, 49.1020, 9.7784
      #b1234a color charts
#b1234a RGB chart
      #b1234a CMYK chart
      #b1234a RGB pie chart
      #b1234a color shades, tints & tones
#b1234a color schemes
#b1234a color preview, HTML & CSS examples
           This text has a color of #b1234a        
        
          <p style="color:#b1234a;">Text here</p>
        
        
          .mytext {color:#b1234a;}
        
        Text color #b1234a
      
           This box has a color of #b1234a        
        
          <div style="background-color:#b1234a;">Content here</div>
        
        
          .mybackground {background-color:#b1234a;}
        
        Background color #b1234a
      
           Border around this has a color of #b1234a        
        
          <div style="border:2px solid #b1234a;">Content here</div>
        
        
          .myborder {border:2px solid #b1234a;}
        
        Border color #b1234a