#b38def color space conversions
Hex:
        #b38def
        RGB:
        179, 141, 239
        CMY:
        30, 45, 6
        CMYK:
        25, 41, 0, 6
      HSL:
        263°, 75.3846%, 74.5098%
        HSV (HSB):
        263°, 41.0042%, 93.7255%
        XYZ:
        43.6953, 34.8655, 86.0881
        xyY:
        0.2654, 0.2118, 34.8655
      CIE-Lab:
        65.6438, 33.9817, -44.1721
        CIE-LCH:
        65.6438, 55.7309, 307.5712
        CIE-Luv:
        65.6438, 11.9737, -75.0613
        Hunter-Lab:
        59.0470, 28.7593, -45.1095
      #b38def color charts
#b38def RGB chart
      #b38def CMYK chart
      #b38def RGB pie chart
      #b38def color shades, tints & tones
#b38def color schemes
#b38def color preview, HTML & CSS examples
           This text has a color of #b38def        
        
          <p style="color:#b38def;">Text here</p>
        
        
          .mytext {color:#b38def;}
        
        Text color #b38def
      
           This box has a color of #b38def        
        
          <div style="background-color:#b38def;">Content here</div>
        
        
          .mybackground {background-color:#b38def;}
        
        Background color #b38def
      
           Border around this has a color of #b38def        
        
          <div style="border:2px solid #b38def;">Content here</div>
        
        
          .myborder {border:2px solid #b38def;}
        
        Border color #b38def