#bf45ac color space conversions
Hex:
        #bf45ac
        RGB:
        191, 69, 172
        CMY:
        25, 73, 33
        CMYK:
        0, 64, 10, 25
      HSL:
        309°, 48.8000%, 50.9804%
        HSV (HSB):
        309°, 63.8743%, 74.9020%
        XYZ:
        31.0604, 18.3112, 40.9271
        xyY:
        0.3440, 0.2028, 18.3112
      CIE-Lab:
        49.8714, 60.4688, -30.7665
        CIE-LCH:
        49.8714, 67.8458, 333.0330
        CIE-Luv:
        49.8714, 59.7105, -54.2948
        Hunter-Lab:
        42.7915, 54.6795, -26.7526
      #bf45ac color charts
#bf45ac RGB chart
      #bf45ac CMYK chart
      #bf45ac RGB pie chart
      #bf45ac color shades, tints & tones
#bf45ac color schemes
#bf45ac color preview, HTML & CSS examples
           This text has a color of #bf45ac        
        
          <p style="color:#bf45ac;">Text here</p>
        
        
          .mytext {color:#bf45ac;}
        
        Text color #bf45ac
      
           This box has a color of #bf45ac        
        
          <div style="background-color:#bf45ac;">Content here</div>
        
        
          .mybackground {background-color:#bf45ac;}
        
        Background color #bf45ac
      
           Border around this has a color of #bf45ac        
        
          <div style="border:2px solid #bf45ac;">Content here</div>
        
        
          .myborder {border:2px solid #bf45ac;}
        
        Border color #bf45ac