#b53eac color space conversions
Hex:
        #b53eac
        RGB:
        181, 62, 172
        CMY:
        29, 76, 33
        CMYK:
        0, 66, 5, 29
      HSL:
        305°, 48.9712%, 47.6471%
        HSV (HSB):
        305°, 65.7459%, 70.9804%
        XYZ:
        28.2251, 16.2476, 40.6782
        xyY:
        0.3315, 0.1908, 16.2476
      CIE-Lab:
        47.2976, 60.7471, -34.9108
        CIE-LCH:
        47.2976, 70.0641, 330.1144
        CIE-Luv:
        47.2976, 54.5566, -59.7491
        Hunter-Lab:
        40.3083, 54.4517, -31.6183
      #b53eac color charts
#b53eac RGB chart
      #b53eac CMYK chart
      #b53eac RGB pie chart
      #b53eac color shades, tints & tones
#b53eac color schemes
#b53eac color preview, HTML & CSS examples
           This text has a color of #b53eac        
        
          <p style="color:#b53eac;">Text here</p>
        
        
          .mytext {color:#b53eac;}
        
        Text color #b53eac
      
           This box has a color of #b53eac        
        
          <div style="background-color:#b53eac;">Content here</div>
        
        
          .mybackground {background-color:#b53eac;}
        
        Background color #b53eac
      
           Border around this has a color of #b53eac        
        
          <div style="border:2px solid #b53eac;">Content here</div>
        
        
          .myborder {border:2px solid #b53eac;}
        
        Border color #b53eac