#bd7dec color space conversions
Hex:
        #bd7dec
        RGB:
        189, 125, 236
        CMY:
        26, 51, 7
        CMYK:
        20, 47, 0, 7
      HSL:
        275°, 74.4966%, 70.7843%
        HSV (HSB):
        275°, 47.0339%, 92.5490%
        XYZ:
        43.4602, 31.5422, 83.1545
        xyY:
        0.2748, 0.1994, 31.5422
      CIE-Lab:
        62.9627, 44.8450, -46.6697
        CIE-LCH:
        62.9627, 64.7235, 313.8577
        CIE-Luv:
        62.9627, 23.8104, -80.0210
        Hunter-Lab:
        56.1624, 39.8445, -48.4715
      #bd7dec color charts
#bd7dec RGB chart
      #bd7dec CMYK chart
      #bd7dec RGB pie chart
      #bd7dec color shades, tints & tones
#bd7dec color schemes
#bd7dec color preview, HTML & CSS examples
           This text has a color of #bd7dec        
        
          <p style="color:#bd7dec;">Text here</p>
        
        
          .mytext {color:#bd7dec;}
        
        Text color #bd7dec
      
           This box has a color of #bd7dec        
        
          <div style="background-color:#bd7dec;">Content here</div>
        
        
          .mybackground {background-color:#bd7dec;}
        
        Background color #bd7dec
      
           Border around this has a color of #bd7dec        
        
          <div style="border:2px solid #bd7dec;">Content here</div>
        
        
          .myborder {border:2px solid #bd7dec;}
        
        Border color #bd7dec