#ba55ff color space conversions
Hex:
        #ba55ff
        RGB:
        186, 85, 255
        CMY:
        27, 67, 0
        CMYK:
        27, 67, 0, 0
      HSL:
        276°, 100.0000%, 66.6667%
        HSV (HSB):
        276°, 66.6667%, 100.0000%
        XYZ:
        41.5482, 24.1561, 97.0805
        xyY:
        0.2552, 0.1484, 24.1561
      CIE-Lab:
        56.2437, 68.0720, -67.9373
        CIE-LCH:
        56.2437, 96.1732, 315.0567
        CIE-Luv:
        56.2437, 30.1544, -113.7571
        Hunter-Lab:
        49.1489, 64.8852, -82.7074
      #ba55ff color charts
#ba55ff RGB chart
      #ba55ff CMYK chart
      #ba55ff RGB pie chart
      #ba55ff color shades, tints & tones
#ba55ff color schemes
#ba55ff color preview, HTML & CSS examples
           This text has a color of #ba55ff        
        
          <p style="color:#ba55ff;">Text here</p>
        
        
          .mytext {color:#ba55ff;}
        
        Text color #ba55ff
      
           This box has a color of #ba55ff        
        
          <div style="background-color:#ba55ff;">Content here</div>
        
        
          .mybackground {background-color:#ba55ff;}
        
        Background color #ba55ff
      
           Border around this has a color of #ba55ff        
        
          <div style="border:2px solid #ba55ff;">Content here</div>
        
        
          .myborder {border:2px solid #ba55ff;}
        
        Border color #ba55ff