#b01fec color space conversions
Hex:
        #b01fec
        RGB:
        176, 31, 236
        CMY:
        31, 88, 7
        CMYK:
        25, 87, 0, 7
      HSL:
        282°, 84.3621%, 52.3529%
        HSV (HSB):
        282°, 86.8644%, 92.5490%
        XYZ:
        33.5348, 16.2662, 80.7291
        xyY:
        0.2569, 0.1246, 16.2662
      CIE-Lab:
        47.3218, 80.3710, -71.8417
        CIE-LCH:
        47.3218, 107.7995, 318.2072
        CIE-Luv:
        47.3218, 37.0720, -114.8250
        Hunter-Lab:
        40.3314, 77.8395, -90.4455
      #b01fec color charts
#b01fec RGB chart
      #b01fec CMYK chart
      #b01fec RGB pie chart
      #b01fec color shades, tints & tones
#b01fec color schemes
#b01fec color preview, HTML & CSS examples
           This text has a color of #b01fec        
        
          <p style="color:#b01fec;">Text here</p>
        
        
          .mytext {color:#b01fec;}
        
        Text color #b01fec
      
           This box has a color of #b01fec        
        
          <div style="background-color:#b01fec;">Content here</div>
        
        
          .mybackground {background-color:#b01fec;}
        
        Background color #b01fec
      
           Border around this has a color of #b01fec        
        
          <div style="border:2px solid #b01fec;">Content here</div>
        
        
          .myborder {border:2px solid #b01fec;}
        
        Border color #b01fec