#ba12db color space conversions
Hex:
        #ba12db
        RGB:
        186, 18, 219
        CMY:
        27, 93, 14
        CMYK:
        15, 92, 0, 14
      HSL:
        290°, 84.8101%, 46.4706%
        HSV (HSB):
        290°, 91.7808%, 85.8824%
        XYZ:
        33.2522, 15.9862, 68.3509
        xyY:
        0.2828, 0.1359, 15.9862
      CIE-Lab:
        46.9564, 80.9509, -62.7022
        CIE-LCH:
        46.9564, 102.3945, 322.2397
        CIE-Luv:
        46.9564, 49.0570, -102.1880
        Hunter-Lab:
        39.9827, 78.4822, -73.3689
      #ba12db color charts
#ba12db RGB chart
      #ba12db CMYK chart
      #ba12db RGB pie chart
      #ba12db color shades, tints & tones
#ba12db color schemes
#ba12db color preview, HTML & CSS examples
           This text has a color of #ba12db        
        
          <p style="color:#ba12db;">Text here</p>
        
        
          .mytext {color:#ba12db;}
        
        Text color #ba12db
      
           This box has a color of #ba12db        
        
          <div style="background-color:#ba12db;">Content here</div>
        
        
          .mybackground {background-color:#ba12db;}
        
        Background color #ba12db
      
           Border around this has a color of #ba12db        
        
          <div style="border:2px solid #ba12db;">Content here</div>
        
        
          .myborder {border:2px solid #ba12db;}
        
        Border color #ba12db