#ba03cf color space conversions
Hex:
        #ba03cf
        RGB:
        186, 3, 207
        CMY:
        27, 99, 19
        CMYK:
        10, 99, 0, 19
      HSL:
        294°, 97.1429%, 41.1765%
        HSV (HSB):
        294°, 98.5507%, 81.1765%
        XYZ:
        31.5447, 15.0092, 60.2660
        xyY:
        0.2953, 0.1405, 15.0092
      CIE-Lab:
        45.6468, 80.4590, -57.9228
        CIE-LCH:
        45.6468, 99.1398, 324.2497
        CIE-Luv:
        45.6468, 53.7521, -94.6853
        Hunter-Lab:
        38.7417, 77.5423, -65.1113
      #ba03cf color charts
#ba03cf RGB chart
      #ba03cf CMYK chart
      #ba03cf RGB pie chart
      #ba03cf color shades, tints & tones
#ba03cf color schemes
#ba03cf color preview, HTML & CSS examples
           This text has a color of #ba03cf        
        
          <p style="color:#ba03cf;">Text here</p>
        
        
          .mytext {color:#ba03cf;}
        
        Text color #ba03cf
      
           This box has a color of #ba03cf        
        
          <div style="background-color:#ba03cf;">Content here</div>
        
        
          .mybackground {background-color:#ba03cf;}
        
        Background color #ba03cf
      
           Border around this has a color of #ba03cf        
        
          <div style="border:2px solid #ba03cf;">Content here</div>
        
        
          .myborder {border:2px solid #ba03cf;}
        
        Border color #ba03cf