#ba00dc color space conversions
Hex:
        #ba00dc
        RGB:
        186, 0, 220
        CMY:
        27, 100, 14
        CMYK:
        15, 100, 0, 14
      HSL:
        291°, 100.0000%, 43.1373%
        HSV (HSB):
        291°, 100.0000%, 86.2745%
        XYZ:
        33.1680, 15.6064, 68.9743
        xyY:
        0.2817, 0.1325, 15.6064
      CIE-Lab:
        46.4538, 82.8194, -64.0878
        CIE-LCH:
        46.4538, 104.7201, 322.2664
        CIE-Luv:
        46.4538, 49.4885, -103.9486
        Hunter-Lab:
        39.5049, 80.7332, -75.8649
      #ba00dc color charts
#ba00dc RGB chart
      #ba00dc CMYK chart
      #ba00dc RGB pie chart
      #ba00dc color shades, tints & tones
#ba00dc color schemes
#ba00dc color preview, HTML & CSS examples
           This text has a color of #ba00dc        
        
          <p style="color:#ba00dc;">Text here</p>
        
        
          .mytext {color:#ba00dc;}
        
        Text color #ba00dc
      
           This box has a color of #ba00dc        
        
          <div style="background-color:#ba00dc;">Content here</div>
        
        
          .mybackground {background-color:#ba00dc;}
        
        Background color #ba00dc
      
           Border around this has a color of #ba00dc        
        
          <div style="border:2px solid #ba00dc;">Content here</div>
        
        
          .myborder {border:2px solid #ba00dc;}
        
        Border color #ba00dc