#b42acc color space conversions
Hex:
        #b42acc
        RGB:
        180, 42, 204
        CMY:
        29, 84, 20
        CMYK:
        12, 79, 0, 20
      HSL:
        291°, 65.8537%, 48.2353%
        HSV (HSB):
        291°, 79.4118%, 80.0000%
        XYZ:
        30.5494, 15.7189, 58.5506
        xyY:
        0.2914, 0.1500, 15.7189
      CIE-Lab:
        46.6035, 72.6557, -54.7004
        CIE-LCH:
        46.6035, 90.9450, 323.0249
        CIE-Luv:
        46.6035, 47.6409, -89.8211
        Hunter-Lab:
        39.6470, 68.1583, -59.8065
      #b42acc color charts
#b42acc RGB chart
      #b42acc CMYK chart
      #b42acc RGB pie chart
      #b42acc color shades, tints & tones
#b42acc color schemes
#b42acc color preview, HTML & CSS examples
           This text has a color of #b42acc        
        
          <p style="color:#b42acc;">Text here</p>
        
        
          .mytext {color:#b42acc;}
        
        Text color #b42acc
      
           This box has a color of #b42acc        
        
          <div style="background-color:#b42acc;">Content here</div>
        
        
          .mybackground {background-color:#b42acc;}
        
        Background color #b42acc
      
           Border around this has a color of #b42acc        
        
          <div style="border:2px solid #b42acc;">Content here</div>
        
        
          .myborder {border:2px solid #b42acc;}
        
        Border color #b42acc