#ba00ec color space conversions
Hex:
        #ba00ec
        RGB:
        186, 0, 236
        CMY:
        27, 100, 7
        CMYK:
        21, 100, 0, 7
      HSL:
        287°, 100.0000%, 46.2745%
        HSV (HSB):
        287°, 100.0000%, 92.5490%
        XYZ:
        35.3900, 16.4952, 80.6755
        xyY:
        0.2670, 0.1244, 16.4952
      CIE-Lab:
        47.6176, 85.4947, -71.2916
        CIE-LCH:
        47.6176, 111.3186, 320.1762
        CIE-Luv:
        47.6176, 44.4946, -114.8159
        Hunter-Lab:
        40.6143, 84.4641, -89.3425
      #ba00ec color charts
#ba00ec RGB chart
      #ba00ec CMYK chart
      #ba00ec RGB pie chart
      #ba00ec color shades, tints & tones
#ba00ec color schemes
#ba00ec color preview, HTML & CSS examples
           This text has a color of #ba00ec        
        
          <p style="color:#ba00ec;">Text here</p>
        
        
          .mytext {color:#ba00ec;}
        
        Text color #ba00ec
      
           This box has a color of #ba00ec        
        
          <div style="background-color:#ba00ec;">Content here</div>
        
        
          .mybackground {background-color:#ba00ec;}
        
        Background color #ba00ec
      
           Border around this has a color of #ba00ec        
        
          <div style="border:2px solid #ba00ec;">Content here</div>
        
        
          .myborder {border:2px solid #ba00ec;}
        
        Border color #ba00ec