#b27cac color space conversions
Hex:
        #b27cac
        RGB:
        178, 124, 172
        CMY:
        30, 51, 33
        CMYK:
        0, 30, 3, 30
      HSL:
        307°, 25.9615%, 59.2157%
        HSV (HSB):
        307°, 30.3371%, 69.8039%
        XYZ:
        33.0141, 26.8588, 42.4740
        xyY:
        0.3226, 0.2624, 26.8588
      CIE-Lab:
        58.8434, 28.8708, -17.0935
        CIE-LCH:
        58.8434, 33.5516, 329.3716
        CIE-Luv:
        58.8434, 27.9872, -30.0014
        Hunter-Lab:
        51.8255, 23.0143, -12.3137
      #b27cac color charts
#b27cac RGB chart
      #b27cac CMYK chart
      #b27cac RGB pie chart
      #b27cac color shades, tints & tones
#b27cac color schemes
#b27cac color preview, HTML & CSS examples
           This text has a color of #b27cac        
        
          <p style="color:#b27cac;">Text here</p>
        
        
          .mytext {color:#b27cac;}
        
        Text color #b27cac
      
           This box has a color of #b27cac        
        
          <div style="background-color:#b27cac;">Content here</div>
        
        
          .mybackground {background-color:#b27cac;}
        
        Background color #b27cac
      
           Border around this has a color of #b27cac        
        
          <div style="border:2px solid #b27cac;">Content here</div>
        
        
          .myborder {border:2px solid #b27cac;}
        
        Border color #b27cac