#b012ca color space conversions
Hex:
        #b012ca
        RGB:
        176, 18, 202
        CMY:
        31, 93, 21
        CMYK:
        13, 91, 0, 21
      HSL:
        292°, 83.6364%, 43.1373%
        HSV (HSB):
        292°, 91.0891%, 79.2157%
        XYZ:
        28.7815, 13.9270, 57.0483
        xyY:
        0.2885, 0.1396, 13.9270
      CIE-Lab:
        44.1280, 76.5868, -57.5653
        CIE-LCH:
        44.1280, 95.8087, 323.0702
        CIE-Luv:
        44.1280, 48.0488, -92.7891
        Hunter-Lab:
        37.3189, 72.3567, -64.5118
      #b012ca color charts
#b012ca RGB chart
      #b012ca CMYK chart
      #b012ca RGB pie chart
      #b012ca color shades, tints & tones
#b012ca color schemes
#b012ca color preview, HTML & CSS examples
           This text has a color of #b012ca        
        
          <p style="color:#b012ca;">Text here</p>
        
        
          .mytext {color:#b012ca;}
        
        Text color #b012ca
      
           This box has a color of #b012ca        
        
          <div style="background-color:#b012ca;">Content here</div>
        
        
          .mybackground {background-color:#b012ca;}
        
        Background color #b012ca
      
           Border around this has a color of #b012ca        
        
          <div style="border:2px solid #b012ca;">Content here</div>
        
        
          .myborder {border:2px solid #b012ca;}
        
        Border color #b012ca