#b03cae color space conversions
Hex:
        #b03cae
        RGB:
        176, 60, 174
        CMY:
        31, 76, 32
        CMYK:
        0, 66, 1, 31
      HSL:
        301°, 49.1525%, 46.2745%
        HSV (HSB):
        301°, 65.9091%, 69.0196%
        XYZ:
        27.1603, 15.5178, 41.6081
        xyY:
        0.3222, 0.1841, 15.5178
      CIE-Lab:
        46.3354, 60.6461, -37.6592
        CIE-LCH:
        46.3354, 71.3874, 328.1611
        CIE-Luv:
        46.3354, 50.9160, -63.4576
        Hunter-Lab:
        39.3927, 54.1345, -35.0496
      #b03cae color charts
#b03cae RGB chart
      #b03cae CMYK chart
      #b03cae RGB pie chart
      #b03cae color shades, tints & tones
#b03cae color schemes
#b03cae color preview, HTML & CSS examples
           This text has a color of #b03cae        
        
          <p style="color:#b03cae;">Text here</p>
        
        
          .mytext {color:#b03cae;}
        
        Text color #b03cae
      
           This box has a color of #b03cae        
        
          <div style="background-color:#b03cae;">Content here</div>
        
        
          .mybackground {background-color:#b03cae;}
        
        Background color #b03cae
      
           Border around this has a color of #b03cae        
        
          <div style="border:2px solid #b03cae;">Content here</div>
        
        
          .myborder {border:2px solid #b03cae;}
        
        Border color #b03cae