#bd045f color space conversions
Hex:
        #bd045f
        RGB:
        189, 4, 95
        CMY:
        26, 98, 63
        CMYK:
        0, 98, 50, 26
      HSL:
        330°, 95.8549%, 37.8431%
        HSV (HSB):
        330°, 97.8836%, 74.1176%
        XYZ:
        23.0952, 11.7319, 11.8737
        xyY:
        0.4945, 0.2512, 11.7319
      CIE-Lab:
        40.7868, 67.2367, 2.3565
        CIE-LCH:
        40.7868, 67.2780, 2.0072
        CIE-Luv:
        40.7868, 103.8094, -9.7803
        Hunter-Lab:
        34.2518, 60.4179, 3.4229
      #bd045f color charts
#bd045f RGB chart
      #bd045f CMYK chart
      #bd045f RGB pie chart
      #bd045f color shades, tints & tones
#bd045f color schemes
#bd045f color preview, HTML & CSS examples
           This text has a color of #bd045f        
        
          <p style="color:#bd045f;">Text here</p>
        
        
          .mytext {color:#bd045f;}
        
        Text color #bd045f
      
           This box has a color of #bd045f        
        
          <div style="background-color:#bd045f;">Content here</div>
        
        
          .mybackground {background-color:#bd045f;}
        
        Background color #bd045f
      
           Border around this has a color of #bd045f        
        
          <div style="border:2px solid #bd045f;">Content here</div>
        
        
          .myborder {border:2px solid #bd045f;}
        
        Border color #bd045f