#bf97ed color space conversions
Hex:
        #bf97ed
        RGB:
        191, 151, 237
        CMY:
        25, 41, 7
        CMYK:
        19, 36, 0, 7
      HSL:
        268°, 70.4918%, 76.0784%
        HSV (HSB):
        268°, 36.2869%, 92.9412%
        XYZ:
        47.8385, 39.3240, 85.1897
        xyY:
        0.2776, 0.2282, 39.3240
      CIE-Lab:
        68.9853, 31.4092, -37.7652
        CIE-LCH:
        68.9853, 49.1198, 309.7502
        CIE-Luv:
        68.9853, 14.6882, -64.6891
        Hunter-Lab:
        62.7089, 26.4313, -36.6490
      #bf97ed color charts
#bf97ed RGB chart
      #bf97ed CMYK chart
      #bf97ed RGB pie chart
      #bf97ed color shades, tints & tones
#bf97ed color schemes
#bf97ed color preview, HTML & CSS examples
           This text has a color of #bf97ed        
        
          <p style="color:#bf97ed;">Text here</p>
        
        
          .mytext {color:#bf97ed;}
        
        Text color #bf97ed
      
           This box has a color of #bf97ed        
        
          <div style="background-color:#bf97ed;">Content here</div>
        
        
          .mybackground {background-color:#bf97ed;}
        
        Background color #bf97ed
      
           Border around this has a color of #bf97ed        
        
          <div style="border:2px solid #bf97ed;">Content here</div>
        
        
          .myborder {border:2px solid #bf97ed;}
        
        Border color #bf97ed