#b99fed color space conversions
Hex:
        #b99fed
        RGB:
        185, 159, 237
        CMY:
        27, 38, 7
        CMYK:
        22, 33, 0, 7
      HSL:
        260°, 68.4211%, 77.6471%
        HSV (HSB):
        260°, 32.9114%, 92.9412%
        XYZ:
        47.6918, 41.2250, 85.5644
        xyY:
        0.2733, 0.2363, 41.2250
      CIE-Lab:
        70.3333, 25.1920, -35.7110
        CIE-LCH:
        70.3333, 43.7025, 305.2007
        CIE-Luv:
        70.3333, 8.1336, -60.5786
        Hunter-Lab:
        64.2067, 20.2255, -34.0675
      #b99fed color charts
#b99fed RGB chart
      #b99fed CMYK chart
      #b99fed RGB pie chart
      #b99fed color shades, tints & tones
#b99fed color schemes
#b99fed color preview, HTML & CSS examples
           This text has a color of #b99fed        
        
          <p style="color:#b99fed;">Text here</p>
        
        
          .mytext {color:#b99fed;}
        
        Text color #b99fed
      
           This box has a color of #b99fed        
        
          <div style="background-color:#b99fed;">Content here</div>
        
        
          .mybackground {background-color:#b99fed;}
        
        Background color #b99fed
      
           Border around this has a color of #b99fed        
        
          <div style="border:2px solid #b99fed;">Content here</div>
        
        
          .myborder {border:2px solid #b99fed;}
        
        Border color #b99fed