#bd255f color space conversions
Hex:
        #bd255f
        RGB:
        189, 37, 95
        CMY:
        26, 85, 63
        CMYK:
        0, 80, 50, 26
      HSL:
        337°, 67.2566%, 44.3137%
        HSV (HSB):
        337°, 80.4233%, 74.1176%
        XYZ:
        23.7134, 12.9682, 12.0797
        xyY:
        0.4863, 0.2660, 12.9682
      CIE-Lab:
        42.7153, 61.6834, 5.1319
        CIE-LCH:
        42.7153, 61.8966, 4.7559
        CIE-Luv:
        42.7153, 97.1228, -5.3821
        Hunter-Lab:
        36.0114, 54.5220, 5.3195
      #bd255f color charts
#bd255f RGB chart
      #bd255f CMYK chart
      #bd255f RGB pie chart
      #bd255f color shades, tints & tones
#bd255f color schemes
#bd255f color preview, HTML & CSS examples
           This text has a color of #bd255f        
        
          <p style="color:#bd255f;">Text here</p>
        
        
          .mytext {color:#bd255f;}
        
        Text color #bd255f
      
           This box has a color of #bd255f        
        
          <div style="background-color:#bd255f;">Content here</div>
        
        
          .mybackground {background-color:#bd255f;}
        
        Background color #bd255f
      
           Border around this has a color of #bd255f        
        
          <div style="border:2px solid #bd255f;">Content here</div>
        
        
          .myborder {border:2px solid #bd255f;}
        
        Border color #bd255f