#ba55ce color space conversions
Hex:
        #ba55ce
        RGB:
        186, 85, 206
        CMY:
        27, 67, 19
        CMYK:
        10, 59, 0, 19
      HSL:
        290°, 55.2511%, 57.0588%
        HSV (HSB):
        290°, 58.7379%, 80.7843%
        XYZ:
        34.6388, 21.3923, 60.6960
        xyY:
        0.2968, 0.1833, 21.3923
      CIE-Lab:
        53.3762, 58.1096, -44.9859
        CIE-LCH:
        53.3762, 73.4878, 322.2546
        CIE-Luv:
        53.3762, 41.5527, -76.4762
        Hunter-Lab:
        46.2518, 52.7409, -45.4296
      #ba55ce color charts
#ba55ce RGB chart
      #ba55ce CMYK chart
      #ba55ce RGB pie chart
      #ba55ce color shades, tints & tones
#ba55ce color schemes
#ba55ce color preview, HTML & CSS examples
           This text has a color of #ba55ce        
        
          <p style="color:#ba55ce;">Text here</p>
        
        
          .mytext {color:#ba55ce;}
        
        Text color #ba55ce
      
           This box has a color of #ba55ce        
        
          <div style="background-color:#ba55ce;">Content here</div>
        
        
          .mybackground {background-color:#ba55ce;}
        
        Background color #ba55ce
      
           Border around this has a color of #ba55ce        
        
          <div style="border:2px solid #ba55ce;">Content here</div>
        
        
          .myborder {border:2px solid #ba55ce;}
        
        Border color #ba55ce