#b41caa color space conversions
Hex:
        #b41caa
        RGB:
        180, 28, 170
        CMY:
        29, 89, 33
        CMYK:
        0, 84, 6, 29
      HSL:
        304°, 73.0769%, 40.7843%
        HSV (HSB):
        304°, 84.4444%, 70.5882%
        XYZ:
        26.4933, 13.4361, 39.2273
        xyY:
        0.3347, 0.1697, 13.4361
      CIE-Lab:
        43.4131, 70.5240, -39.8749
        CIE-LCH:
        43.4131, 81.0163, 330.5158
        CIE-Luv:
        43.4131, 61.3430, -66.9096
        Hunter-Lab:
        36.6553, 64.8678, -37.7916
      #b41caa color charts
#b41caa RGB chart
      #b41caa CMYK chart
      #b41caa RGB pie chart
      #b41caa color shades, tints & tones
#b41caa color schemes
#b41caa color preview, HTML & CSS examples
           This text has a color of #b41caa        
        
          <p style="color:#b41caa;">Text here</p>
        
        
          .mytext {color:#b41caa;}
        
        Text color #b41caa
      
           This box has a color of #b41caa        
        
          <div style="background-color:#b41caa;">Content here</div>
        
        
          .mybackground {background-color:#b41caa;}
        
        Background color #b41caa
      
           Border around this has a color of #b41caa        
        
          <div style="border:2px solid #b41caa;">Content here</div>
        
        
          .myborder {border:2px solid #b41caa;}
        
        Border color #b41caa