#bf97dc color space conversions
Hex:
        #bf97dc
        RGB:
        191, 151, 220
        CMY:
        25, 41, 14
        CMYK:
        13, 31, 0, 14
      HSL:
        275°, 49.6403%, 72.7451%
        HSV (HSB):
        275°, 31.3636%, 86.2745%
        XYZ:
        45.4707, 38.3769, 72.7211
        xyY:
        0.2904, 0.2451, 38.3769
      CIE-Lab:
        68.2975, 27.7008, -29.4818
        CIE-LCH:
        68.2975, 40.4538, 313.2161
        CIE-Luv:
        68.2975, 16.7553, -50.4363
        Hunter-Lab:
        61.9491, 22.6084, -26.2352
      #bf97dc color charts
#bf97dc RGB chart
      #bf97dc CMYK chart
      #bf97dc RGB pie chart
      #bf97dc color shades, tints & tones
#bf97dc color schemes
#bf97dc color preview, HTML & CSS examples
           This text has a color of #bf97dc        
        
          <p style="color:#bf97dc;">Text here</p>
        
        
          .mytext {color:#bf97dc;}
        
        Text color #bf97dc
      
           This box has a color of #bf97dc        
        
          <div style="background-color:#bf97dc;">Content here</div>
        
        
          .mybackground {background-color:#bf97dc;}
        
        Background color #bf97dc
      
           Border around this has a color of #bf97dc        
        
          <div style="border:2px solid #bf97dc;">Content here</div>
        
        
          .myborder {border:2px solid #bf97dc;}
        
        Border color #bf97dc