#b01fab color space conversions
Hex:
        #b01fab
        RGB:
        176, 31, 171
        CMY:
        31, 88, 33
        CMYK:
        0, 82, 3, 31
      HSL:
        302°, 70.0483%, 40.5882%
        HSV (HSB):
        302°, 82.3864%, 69.0196%
        XYZ:
        25.7452, 13.1504, 39.7094
        xyY:
        0.3275, 0.1673, 13.1504
      CIE-Lab:
        42.9889, 69.2484, -41.1869
        CIE-LCH:
        42.9889, 80.5712, 329.2571
        CIE-Luv:
        42.9889, 57.6516, -68.4065
        Hunter-Lab:
        36.2634, 63.2649, -39.5398
      #b01fab color charts
#b01fab RGB chart
      #b01fab CMYK chart
      #b01fab RGB pie chart
      #b01fab color shades, tints & tones
#b01fab color schemes
#b01fab color preview, HTML & CSS examples
           This text has a color of #b01fab        
        
          <p style="color:#b01fab;">Text here</p>
        
        
          .mytext {color:#b01fab;}
        
        Text color #b01fab
      
           This box has a color of #b01fab        
        
          <div style="background-color:#b01fab;">Content here</div>
        
        
          .mybackground {background-color:#b01fab;}
        
        Background color #b01fab
      
           Border around this has a color of #b01fab        
        
          <div style="border:2px solid #b01fab;">Content here</div>
        
        
          .myborder {border:2px solid #b01fab;}
        
        Border color #b01fab