#b012ac color space conversions
Hex:
        #b012ac
        RGB:
        176, 18, 172
        CMY:
        31, 93, 33
        CMYK:
        0, 90, 2, 31
      HSL:
        302°, 81.4433%, 38.0392%
        HSV (HSB):
        302°, 89.7727%, 69.0196%
        XYZ:
        25.5672, 12.6413, 40.1222
        xyY:
        0.3264, 0.1614, 12.6413
      CIE-Lab:
        42.2177, 71.8255, -43.0100
        CIE-LCH:
        42.2177, 83.7184, 329.0863
        CIE-Luv:
        42.2177, 58.6903, -70.9525
        Hunter-Lab:
        35.5546, 66.1384, -42.0187
      #b012ac color charts
#b012ac RGB chart
      #b012ac CMYK chart
      #b012ac RGB pie chart
      #b012ac color shades, tints & tones
#b012ac color schemes
#b012ac color preview, HTML & CSS examples
           This text has a color of #b012ac        
        
          <p style="color:#b012ac;">Text here</p>
        
        
          .mytext {color:#b012ac;}
        
        Text color #b012ac
      
           This box has a color of #b012ac        
        
          <div style="background-color:#b012ac;">Content here</div>
        
        
          .mybackground {background-color:#b012ac;}
        
        Background color #b012ac
      
           Border around this has a color of #b012ac        
        
          <div style="border:2px solid #b012ac;">Content here</div>
        
        
          .myborder {border:2px solid #b012ac;}
        
        Border color #b012ac