#b57ded color space conversions
Hex:
        #b57ded
        RGB:
        181, 125, 237
        CMY:
        29, 51, 7
        CMYK:
        24, 47, 0, 7
      HSL:
        270°, 75.6757%, 70.9804%
        HSV (HSB):
        270°, 47.2574%, 92.9412%
        XYZ:
        41.6757, 30.6054, 83.8316
        xyY:
        0.2670, 0.1960, 30.6054
      CIE-Lab:
        62.1731, 42.9023, -48.5259
        CIE-LCH:
        62.1731, 64.7717, 311.4803
        CIE-Luv:
        62.1731, 19.2084, -82.5796
        Hunter-Lab:
        55.3222, 37.6553, -51.1187
      #b57ded color charts
#b57ded RGB chart
      #b57ded CMYK chart
      #b57ded RGB pie chart
      #b57ded color shades, tints & tones
#b57ded color schemes
#b57ded color preview, HTML & CSS examples
           This text has a color of #b57ded        
        
          <p style="color:#b57ded;">Text here</p>
        
        
          .mytext {color:#b57ded;}
        
        Text color #b57ded
      
           This box has a color of #b57ded        
        
          <div style="background-color:#b57ded;">Content here</div>
        
        
          .mybackground {background-color:#b57ded;}
        
        Background color #b57ded
      
           Border around this has a color of #b57ded        
        
          <div style="border:2px solid #b57ded;">Content here</div>
        
        
          .myborder {border:2px solid #b57ded;}
        
        Border color #b57ded