#b996ed color space conversions
Hex:
        #b996ed
        RGB:
        185, 150, 237
        CMY:
        27, 41, 7
        CMYK:
        22, 37, 0, 7
      HSL:
        264°, 70.7317%, 75.8824%
        HSV (HSB):
        264°, 36.7089%, 92.9412%
        XYZ:
        46.2000, 38.2414, 85.0671
        xyY:
        0.2726, 0.2256, 38.2414
      CIE-Lab:
        68.1982, 30.2084, -39.0340
        CIE-LCH:
        68.1982, 49.3578, 307.7363
        CIE-Luv:
        68.1982, 11.8400, -66.4987
        Hunter-Lab:
        61.8396, 25.1368, -38.2720
      #b996ed color charts
#b996ed RGB chart
      #b996ed CMYK chart
      #b996ed RGB pie chart
      #b996ed color shades, tints & tones
#b996ed color schemes
#b996ed color preview, HTML & CSS examples
           This text has a color of #b996ed        
        
          <p style="color:#b996ed;">Text here</p>
        
        
          .mytext {color:#b996ed;}
        
        Text color #b996ed
      
           This box has a color of #b996ed        
        
          <div style="background-color:#b996ed;">Content here</div>
        
        
          .mybackground {background-color:#b996ed;}
        
        Background color #b996ed
      
           Border around this has a color of #b996ed        
        
          <div style="border:2px solid #b996ed;">Content here</div>
        
        
          .myborder {border:2px solid #b996ed;}
        
        Border color #b996ed