#b8005c color space conversions
Hex:
        #b8005c
        RGB:
        184, 0, 92
        CMY:
        28, 100, 64
        CMYK:
        0, 100, 50, 28
      HSL:
        330°, 100.0000%, 36.0784%
        HSV (HSB):
        330°, 100.0000%, 72.1569%
        XYZ:
        21.6989, 10.9631, 11.0976
        xyY:
        0.4959, 0.2505, 10.9631
      CIE-Lab:
        39.5182, 66.2858, 2.2981
        CIE-LCH:
        39.5182, 66.3256, 1.9856
        CIE-Luv:
        39.5182, 101.5643, -9.6060
        Hunter-Lab:
        33.1105, 59.0364, 3.3051
      #b8005c color charts
#b8005c RGB chart
      #b8005c CMYK chart
      #b8005c RGB pie chart
      #b8005c color shades, tints & tones
#b8005c color schemes
#b8005c color preview, HTML & CSS examples
           This text has a color of #b8005c        
        
          <p style="color:#b8005c;">Text here</p>
        
        
          .mytext {color:#b8005c;}
        
        Text color #b8005c
      
           This box has a color of #b8005c        
        
          <div style="background-color:#b8005c;">Content here</div>
        
        
          .mybackground {background-color:#b8005c;}
        
        Background color #b8005c
      
           Border around this has a color of #b8005c        
        
          <div style="border:2px solid #b8005c;">Content here</div>
        
        
          .myborder {border:2px solid #b8005c;}
        
        Border color #b8005c