#b004fe color space conversions
Hex:
        #b004fe
        RGB:
        176, 4, 254
        CMY:
        31, 98, 0
        CMYK:
        31, 98, 0, 0
      HSL:
        281°, 99.2063%, 50.5882%
        HSV (HSB):
        281°, 98.4252%, 99.6078%
        XYZ:
        35.8373, 16.4727, 95.0566
        xyY:
        0.2432, 0.1118, 16.4727
      CIE-Lab:
        47.5886, 87.1287, -81.5129
        CIE-LCH:
        47.5886, 119.3137, 316.9073
        CIE-Luv:
        47.5886, 33.7117, -128.2900
        Hunter-Lab:
        40.5866, 86.5862, -110.4508
      #b004fe color charts
#b004fe RGB chart
      #b004fe CMYK chart
      #b004fe RGB pie chart
      #b004fe color shades, tints & tones
#b004fe color schemes
#b004fe color preview, HTML & CSS examples
           This text has a color of #b004fe        
        
          <p style="color:#b004fe;">Text here</p>
        
        
          .mytext {color:#b004fe;}
        
        Text color #b004fe
      
           This box has a color of #b004fe        
        
          <div style="background-color:#b004fe;">Content here</div>
        
        
          .mybackground {background-color:#b004fe;}
        
        Background color #b004fe
      
           Border around this has a color of #b004fe        
        
          <div style="border:2px solid #b004fe;">Content here</div>
        
        
          .myborder {border:2px solid #b004fe;}
        
        Border color #b004fe