#b85fac color space conversions
Hex:
        #b85fac
        RGB:
        184, 95, 172
        CMY:
        28, 63, 33
        CMYK:
        0, 48, 7, 28
      HSL:
        308°, 38.5281%, 54.7059%
        HSV (HSB):
        308°, 48.3696%, 72.1569%
        XYZ:
        31.3058, 21.3533, 41.5013
        xyY:
        0.3325, 0.2268, 21.3533
      CIE-Lab:
        53.3340, 46.4480, -25.4683
        CIE-LCH:
        53.3340, 52.9722, 331.2632
        CIE-Luv:
        53.3340, 45.1874, -44.8523
        Hunter-Lab:
        46.2097, 40.0619, -20.9022
      #b85fac color charts
#b85fac RGB chart
      #b85fac CMYK chart
      #b85fac RGB pie chart
      #b85fac color shades, tints & tones
#b85fac color schemes
#b85fac color preview, HTML & CSS examples
           This text has a color of #b85fac        
        
          <p style="color:#b85fac;">Text here</p>
        
        
          .mytext {color:#b85fac;}
        
        Text color #b85fac
      
           This box has a color of #b85fac        
        
          <div style="background-color:#b85fac;">Content here</div>
        
        
          .mybackground {background-color:#b85fac;}
        
        Background color #b85fac
      
           Border around this has a color of #b85fac        
        
          <div style="border:2px solid #b85fac;">Content here</div>
        
        
          .myborder {border:2px solid #b85fac;}
        
        Border color #b85fac