#b03dae color space conversions
Hex:
        #b03dae
        RGB:
        176, 61, 174
        CMY:
        31, 76, 32
        CMYK:
        0, 65, 1, 31
      HSL:
        301°, 48.5232%, 46.4706%
        HSV (HSB):
        301°, 65.3409%, 69.0196%
        XYZ:
        27.2132, 15.6236, 41.6258
        xyY:
        0.3222, 0.1850, 15.6236
      CIE-Lab:
        46.4767, 60.2507, -37.4361
        CIE-LCH:
        46.4767, 70.9338, 328.1457
        CIE-Luv:
        46.4767, 50.6549, -63.1233
        Hunter-Lab:
        39.5267, 53.7215, -34.7699
      #b03dae color charts
#b03dae RGB chart
      #b03dae CMYK chart
      #b03dae RGB pie chart
      #b03dae color shades, tints & tones
#b03dae color schemes
#b03dae color preview, HTML & CSS examples
           This text has a color of #b03dae        
        
          <p style="color:#b03dae;">Text here</p>
        
        
          .mytext {color:#b03dae;}
        
        Text color #b03dae
      
           This box has a color of #b03dae        
        
          <div style="background-color:#b03dae;">Content here</div>
        
        
          .mybackground {background-color:#b03dae;}
        
        Background color #b03dae
      
           Border around this has a color of #b03dae        
        
          <div style="border:2px solid #b03dae;">Content here</div>
        
        
          .myborder {border:2px solid #b03dae;}
        
        Border color #b03dae