#b00eaf color space conversions
Hex:
        #b00eaf
        RGB:
        176, 14, 175
        CMY:
        31, 95, 31
        CMYK:
        0, 92, 1, 31
      HSL:
        300°, 85.2632%, 37.2549%
        HSV (HSB):
        300°, 92.0455%, 69.0196%
        XYZ:
        25.7994, 12.6393, 41.6373
        xyY:
        0.3222, 0.1578, 12.6393
      CIE-Lab:
        42.2147, 72.8126, -44.7978
        CIE-LCH:
        42.2147, 85.4899, 328.3982
        CIE-Luv:
        42.2147, 57.8502, -73.5720
        Hunter-Lab:
        35.5518, 67.3189, -44.5525
      #b00eaf color charts
#b00eaf RGB chart
      #b00eaf CMYK chart
      #b00eaf RGB pie chart
      #b00eaf color shades, tints & tones
#b00eaf color schemes
#b00eaf color preview, HTML & CSS examples
           This text has a color of #b00eaf        
        
          <p style="color:#b00eaf;">Text here</p>
        
        
          .mytext {color:#b00eaf;}
        
        Text color #b00eaf
      
           This box has a color of #b00eaf        
        
          <div style="background-color:#b00eaf;">Content here</div>
        
        
          .mybackground {background-color:#b00eaf;}
        
        Background color #b00eaf
      
           Border around this has a color of #b00eaf        
        
          <div style="border:2px solid #b00eaf;">Content here</div>
        
        
          .myborder {border:2px solid #b00eaf;}
        
        Border color #b00eaf