#b00eae color space conversions
Hex:
        #b00eae
        RGB:
        176, 14, 174
        CMY:
        31, 95, 32
        CMYK:
        0, 92, 1, 31
      HSL:
        301°, 85.2632%, 37.2549%
        HSV (HSB):
        301°, 92.0455%, 69.0196%
        XYZ:
        25.7015, 12.6002, 41.1219
        xyY:
        0.3236, 0.1586, 12.6002
      CIE-Lab:
        42.1545, 72.6620, -44.3000
        CIE-LCH:
        42.1545, 85.1015, 328.6305
        CIE-Luv:
        42.1545, 58.2300, -72.8292
        Hunter-Lab:
        35.4967, 67.1242, -43.8379
      #b00eae color charts
#b00eae RGB chart
      #b00eae CMYK chart
      #b00eae RGB pie chart
      #b00eae color shades, tints & tones
#b00eae color schemes
#b00eae color preview, HTML & CSS examples
           This text has a color of #b00eae        
        
          <p style="color:#b00eae;">Text here</p>
        
        
          .mytext {color:#b00eae;}
        
        Text color #b00eae
      
           This box has a color of #b00eae        
        
          <div style="background-color:#b00eae;">Content here</div>
        
        
          .mybackground {background-color:#b00eae;}
        
        Background color #b00eae
      
           Border around this has a color of #b00eae        
        
          <div style="border:2px solid #b00eae;">Content here</div>
        
        
          .myborder {border:2px solid #b00eae;}
        
        Border color #b00eae