#b05dac color space conversions
Hex:
        #b05dac
        RGB:
        176, 93, 172
        CMY:
        31, 64, 33
        CMYK:
        0, 47, 2, 31
      HSL:
        303°, 34.4398%, 52.7451%
        HSV (HSB):
        303°, 47.1591%, 69.0196%
        XYZ:
        29.2652, 20.0374, 41.3549
        xyY:
        0.3228, 0.2210, 20.0374
      CIE-Lab:
        51.8794, 45.0464, -27.8055
        CIE-LCH:
        51.8794, 52.9370, 328.3145
        CIE-Luv:
        51.8794, 40.5105, -47.9008
        Hunter-Lab:
        44.7631, 38.3643, -23.4415
      #b05dac color charts
#b05dac RGB chart
      #b05dac CMYK chart
      #b05dac RGB pie chart
      #b05dac color shades, tints & tones
#b05dac color schemes
#b05dac color preview, HTML & CSS examples
           This text has a color of #b05dac        
        
          <p style="color:#b05dac;">Text here</p>
        
        
          .mytext {color:#b05dac;}
        
        Text color #b05dac
      
           This box has a color of #b05dac        
        
          <div style="background-color:#b05dac;">Content here</div>
        
        
          .mybackground {background-color:#b05dac;}
        
        Background color #b05dac
      
           Border around this has a color of #b05dac        
        
          <div style="border:2px solid #b05dac;">Content here</div>
        
        
          .myborder {border:2px solid #b05dac;}
        
        Border color #b05dac