#b01fff color space conversions
Hex:
        #b01fff
        RGB:
        176, 31, 255
        CMY:
        31, 88, 0
        CMYK:
        31, 88, 0, 0
      HSL:
        279°, 100.0000%, 56.0784%
        HSV (HSB):
        279°, 87.8431%, 100.0000%
        XYZ:
        36.4445, 17.4301, 96.0512
        xyY:
        0.2431, 0.1163, 17.4301
      CIE-Lab:
        48.7974, 83.9470, -80.0931
        CIE-LCH:
        48.7974, 116.0259, 316.3458
        CIE-Luv:
        48.7974, 32.2937, -127.2929
        Hunter-Lab:
        41.7493, 82.7576, -107.1819
      #b01fff color charts
#b01fff RGB chart
      #b01fff CMYK chart
      #b01fff RGB pie chart
      #b01fff color shades, tints & tones
#b01fff color schemes
#b01fff color preview, HTML & CSS examples
           This text has a color of #b01fff        
        
          <p style="color:#b01fff;">Text here</p>
        
        
          .mytext {color:#b01fff;}
        
        Text color #b01fff
      
           This box has a color of #b01fff        
        
          <div style="background-color:#b01fff;">Content here</div>
        
        
          .mybackground {background-color:#b01fff;}
        
        Background color #b01fff
      
           Border around this has a color of #b01fff        
        
          <div style="border:2px solid #b01fff;">Content here</div>
        
        
          .myborder {border:2px solid #b01fff;}
        
        Border color #b01fff