#b27acc color space conversions
Hex:
        #b27acc
        RGB:
        178, 122, 204
        CMY:
        30, 52, 20
        CMYK:
        13, 40, 0, 20
      HSL:
        281°, 44.5652%, 63.9216%
        HSV (HSB):
        281°, 40.1961%, 80.0000%
        XYZ:
        36.2187, 27.7437, 60.5729
        xyY:
        0.2908, 0.2228, 27.7437
      CIE-Lab:
        59.6565, 36.3892, -34.0465
        CIE-LCH:
        59.6565, 49.8331, 316.9049
        CIE-Luv:
        59.6565, 23.7593, -57.8207
        Hunter-Lab:
        52.6723, 30.5644, -31.3126
      #b27acc color charts
#b27acc RGB chart
      #b27acc CMYK chart
      #b27acc RGB pie chart
      #b27acc color shades, tints & tones
#b27acc color schemes
#b27acc color preview, HTML & CSS examples
           This text has a color of #b27acc        
        
          <p style="color:#b27acc;">Text here</p>
        
        
          .mytext {color:#b27acc;}
        
        Text color #b27acc
      
           This box has a color of #b27acc        
        
          <div style="background-color:#b27acc;">Content here</div>
        
        
          .mybackground {background-color:#b27acc;}
        
        Background color #b27acc
      
           Border around this has a color of #b27acc        
        
          <div style="border:2px solid #b27acc;">Content here</div>
        
        
          .myborder {border:2px solid #b27acc;}
        
        Border color #b27acc