#b3255b color space conversions
Hex:
        #b3255b
        RGB:
        179, 37, 91
        CMY:
        30, 85, 64
        CMYK:
        0, 79, 49, 30
      HSL:
        337°, 65.7407%, 42.3529%
        HSV (HSB):
        337°, 79.3296%, 70.1961%
        XYZ:
        21.1403, 11.6622, 11.0343
        xyY:
        0.4822, 0.2660, 11.6622
      CIE-Lab:
        40.6741, 58.6582, 4.4690
        CIE-LCH:
        40.6741, 58.8282, 4.3568
        CIE-Luv:
        40.6741, 90.4923, -5.4724
        Hunter-Lab:
        34.1499, 50.7370, 4.7475
      #b3255b color charts
#b3255b RGB chart
      #b3255b CMYK chart
      #b3255b RGB pie chart
      #b3255b color shades, tints & tones
#b3255b color schemes
#b3255b color preview, HTML & CSS examples
           This text has a color of #b3255b        
        
          <p style="color:#b3255b;">Text here</p>
        
        
          .mytext {color:#b3255b;}
        
        Text color #b3255b
      
           This box has a color of #b3255b        
        
          <div style="background-color:#b3255b;">Content here</div>
        
        
          .mybackground {background-color:#b3255b;}
        
        Background color #b3255b
      
           Border around this has a color of #b3255b        
        
          <div style="border:2px solid #b3255b;">Content here</div>
        
        
          .myborder {border:2px solid #b3255b;}
        
        Border color #b3255b