#b84fac color space conversions
Hex:
        #b84fac
        RGB:
        184, 79, 172
        CMY:
        28, 69, 33
        CMYK:
        0, 57, 7, 28
      HSL:
        307°, 42.5101%, 51.5686%
        HSV (HSB):
        307°, 57.0652%, 72.1569%
        XYZ:
        30.0095, 18.7609, 41.0693
        xyY:
        0.3340, 0.2088, 18.7609
      CIE-Lab:
        50.4063, 54.2347, -30.0113
        CIE-LCH:
        50.4063, 61.9845, 331.0417
        CIE-Luv:
        50.4063, 51.3378, -52.3244
        Hunter-Lab:
        43.3138, 47.8727, -25.8979
      #b84fac color charts
#b84fac RGB chart
      #b84fac CMYK chart
      #b84fac RGB pie chart
      #b84fac color shades, tints & tones
#b84fac color schemes
#b84fac color preview, HTML & CSS examples
           This text has a color of #b84fac        
        
          <p style="color:#b84fac;">Text here</p>
        
        
          .mytext {color:#b84fac;}
        
        Text color #b84fac
      
           This box has a color of #b84fac        
        
          <div style="background-color:#b84fac;">Content here</div>
        
        
          .mybackground {background-color:#b84fac;}
        
        Background color #b84fac
      
           Border around this has a color of #b84fac        
        
          <div style="border:2px solid #b84fac;">Content here</div>
        
        
          .myborder {border:2px solid #b84fac;}
        
        Border color #b84fac