#b38acc color space conversions
Hex:
        #b38acc
        RGB:
        179, 138, 204
        CMY:
        30, 46, 20
        CMYK:
        12, 32, 0, 20
      HSL:
        277°, 39.2857%, 67.0588%
        HSV (HSB):
        277°, 32.3529%, 80.0000%
        XYZ:
        38.5780, 32.1203, 61.2933
        xyY:
        0.2923, 0.2434, 32.1203
      CIE-Lab:
        63.4422, 27.7773, -28.1690
        CIE-LCH:
        63.4422, 39.5609, 314.5989
        CIE-Luv:
        63.4422, 17.5437, -47.7203
        Hunter-Lab:
        56.6748, 22.3224, -24.4493
      #b38acc color charts
#b38acc RGB chart
      #b38acc CMYK chart
      #b38acc RGB pie chart
      #b38acc color shades, tints & tones
#b38acc color schemes
#b38acc color preview, HTML & CSS examples
           This text has a color of #b38acc        
        
          <p style="color:#b38acc;">Text here</p>
        
        
          .mytext {color:#b38acc;}
        
        Text color #b38acc
      
           This box has a color of #b38acc        
        
          <div style="background-color:#b38acc;">Content here</div>
        
        
          .mybackground {background-color:#b38acc;}
        
        Background color #b38acc
      
           Border around this has a color of #b38acc        
        
          <div style="border:2px solid #b38acc;">Content here</div>
        
        
          .myborder {border:2px solid #b38acc;}
        
        Border color #b38acc