#ba7dac color space conversions
Hex:
        #ba7dac
        RGB:
        186, 125, 172
        CMY:
        27, 51, 33
        CMYK:
        0, 33, 8, 27
      HSL:
        314°, 30.6533%, 60.9804%
        HSV (HSB):
        314°, 32.7957%, 72.9412%
        XYZ:
        35.0297, 28.0849, 42.6044
        xyY:
        0.3313, 0.2657, 28.0849
      CIE-Lab:
        59.9654, 31.0468, -15.3085
        CIE-LCH:
        59.9654, 34.6158, 333.7530
        CIE-Luv:
        59.9654, 32.7738, -27.7577
        Hunter-Lab:
        52.9952, 25.2466, -10.5683
      #ba7dac color charts
#ba7dac RGB chart
      #ba7dac CMYK chart
      #ba7dac RGB pie chart
      #ba7dac color shades, tints & tones
#ba7dac color schemes
#ba7dac color preview, HTML & CSS examples
           This text has a color of #ba7dac        
        
          <p style="color:#ba7dac;">Text here</p>
        
        
          .mytext {color:#ba7dac;}
        
        Text color #ba7dac
      
           This box has a color of #ba7dac        
        
          <div style="background-color:#ba7dac;">Content here</div>
        
        
          .mybackground {background-color:#ba7dac;}
        
        Background color #ba7dac
      
           Border around this has a color of #ba7dac        
        
          <div style="border:2px solid #ba7dac;">Content here</div>
        
        
          .myborder {border:2px solid #ba7dac;}
        
        Border color #ba7dac