#bf7acc color space conversions
Hex:
        #bf7acc
        RGB:
        191, 122, 204
        CMY:
        25, 52, 20
        CMYK:
        6, 40, 0, 20
      HSL:
        290°, 44.5652%, 63.9216%
        HSV (HSB):
        290°, 40.1961%, 80.0000%
        XYZ:
        39.3445, 29.3551, 60.7192
        xyY:
        0.3040, 0.2268, 29.3551
      CIE-Lab:
        61.0937, 40.3357, -31.7008
        CIE-LCH:
        61.0937, 51.3022, 321.8354
        CIE-Luv:
        61.0937, 31.7314, -54.9167
        Hunter-Lab:
        54.1803, 34.8070, -28.5193
      #bf7acc color charts
#bf7acc RGB chart
      #bf7acc CMYK chart
      #bf7acc RGB pie chart
      #bf7acc color shades, tints & tones
#bf7acc color schemes
#bf7acc color preview, HTML & CSS examples
           This text has a color of #bf7acc        
        
          <p style="color:#bf7acc;">Text here</p>
        
        
          .mytext {color:#bf7acc;}
        
        Text color #bf7acc
      
           This box has a color of #bf7acc        
        
          <div style="background-color:#bf7acc;">Content here</div>
        
        
          .mybackground {background-color:#bf7acc;}
        
        Background color #bf7acc
      
           Border around this has a color of #bf7acc        
        
          <div style="border:2px solid #bf7acc;">Content here</div>
        
        
          .myborder {border:2px solid #bf7acc;}
        
        Border color #bf7acc