#ba01ae color space conversions
Hex:
        #ba01ae
        RGB:
        186, 1, 174
        CMY:
        27, 100, 32
        CMYK:
        0, 99, 6, 27
      HSL:
        304°, 98.9305%, 36.6667%
        HSV (HSB):
        304°, 99.4624%, 72.9412%
        XYZ:
        27.9005, 13.5168, 41.1829
        xyY:
        0.3378, 0.1636, 13.5168
      CIE-Lab:
        43.5318, 75.6955, -41.9968
        CIE-LCH:
        43.5318, 86.5652, 330.9779
        CIE-Luv:
        43.5318, 66.3485, -70.6736
        Hunter-Lab:
        36.7652, 71.1217, -40.6786
      #ba01ae color charts
#ba01ae RGB chart
      #ba01ae CMYK chart
      #ba01ae RGB pie chart
      #ba01ae color shades, tints & tones
#ba01ae color schemes
#ba01ae color preview, HTML & CSS examples
           This text has a color of #ba01ae        
        
          <p style="color:#ba01ae;">Text here</p>
        
        
          .mytext {color:#ba01ae;}
        
        Text color #ba01ae
      
           This box has a color of #ba01ae        
        
          <div style="background-color:#ba01ae;">Content here</div>
        
        
          .mybackground {background-color:#ba01ae;}
        
        Background color #ba01ae
      
           Border around this has a color of #ba01ae        
        
          <div style="border:2px solid #ba01ae;">Content here</div>
        
        
          .myborder {border:2px solid #ba01ae;}
        
        Border color #ba01ae