#b00eed color space conversions
Hex:
        #b00eed
        RGB:
        176, 14, 237
        CMY:
        31, 95, 7
        CMYK:
        26, 94, 0, 7
      HSL:
        284°, 88.8446%, 49.2157%
        HSV (HSB):
        284°, 94.0928%, 92.9412%
        XYZ:
        33.3476, 15.6586, 81.3856
        xyY:
        0.2557, 0.1201, 15.6586
      CIE-Lab:
        46.5234, 83.1539, -73.7077
        CIE-LCH:
        46.5234, 111.1189, 318.4462
        CIE-Luv:
        46.5234, 37.7962, -116.9045
        Hunter-Lab:
        39.5710, 81.1780, -94.2420
      #b00eed color charts
#b00eed RGB chart
      #b00eed CMYK chart
      #b00eed RGB pie chart
      #b00eed color shades, tints & tones
#b00eed color schemes
#b00eed color preview, HTML & CSS examples
           This text has a color of #b00eed        
        
          <p style="color:#b00eed;">Text here</p>
        
        
          .mytext {color:#b00eed;}
        
        Text color #b00eed
      
           This box has a color of #b00eed        
        
          <div style="background-color:#b00eed;">Content here</div>
        
        
          .mybackground {background-color:#b00eed;}
        
        Background color #b00eed
      
           Border around this has a color of #b00eed        
        
          <div style="border:2px solid #b00eed;">Content here</div>
        
        
          .myborder {border:2px solid #b00eed;}
        
        Border color #b00eed