#b96fed color space conversions
Hex:
        #b96fed
        RGB:
        185, 111, 237
        CMY:
        27, 56, 7
        CMYK:
        22, 53, 0, 7
      HSL:
        275°, 77.7778%, 68.2353%
        HSV (HSB):
        275°, 53.1646%, 92.9412%
        XYZ:
        40.9781, 27.7976, 83.3265
        xyY:
        0.2694, 0.1828, 27.7976
      CIE-Lab:
        59.7054, 51.4073, -52.4115
        CIE-LCH:
        59.7054, 73.4145, 314.4458
        CIE-Luv:
        59.7054, 26.1574, -89.2114
        Hunter-Lab:
        52.7234, 46.4691, -56.7982
      #b96fed color charts
#b96fed RGB chart
      #b96fed CMYK chart
      #b96fed RGB pie chart
      #b96fed color shades, tints & tones
#b96fed color schemes
#b96fed color preview, HTML & CSS examples
           This text has a color of #b96fed        
        
          <p style="color:#b96fed;">Text here</p>
        
        
          .mytext {color:#b96fed;}
        
        Text color #b96fed
      
           This box has a color of #b96fed        
        
          <div style="background-color:#b96fed;">Content here</div>
        
        
          .mybackground {background-color:#b96fed;}
        
        Background color #b96fed
      
           Border around this has a color of #b96fed        
        
          <div style="border:2px solid #b96fed;">Content here</div>
        
        
          .myborder {border:2px solid #b96fed;}
        
        Border color #b96fed