#bd256b color space conversions
Hex:
        #bd256b
        RGB:
        189, 37, 107
        CMY:
        26, 85, 58
        CMYK:
        0, 80, 43, 26
      HSL:
        332°, 67.2566%, 44.3137%
        HSV (HSB):
        332°, 80.4233%, 74.1176%
        XYZ:
        24.3017, 13.2035, 15.1776
        xyY:
        0.4613, 0.2506, 13.2035
      CIE-Lab:
        43.0683, 62.7435, -1.8579
        CIE-LCH:
        43.0683, 62.7710, 358.3039
        CIE-Luv:
        43.0683, 92.3954, -13.8562
        Hunter-Lab:
        36.3366, 55.7905, 0.6705
      #bd256b color charts
#bd256b RGB chart
      #bd256b CMYK chart
      #bd256b RGB pie chart
      #bd256b color shades, tints & tones
#bd256b color schemes
#bd256b color preview, HTML & CSS examples
           This text has a color of #bd256b        
        
          <p style="color:#bd256b;">Text here</p>
        
        
          .mytext {color:#bd256b;}
        
        Text color #bd256b
      
           This box has a color of #bd256b        
        
          <div style="background-color:#bd256b;">Content here</div>
        
        
          .mybackground {background-color:#bd256b;}
        
        Background color #bd256b
      
           Border around this has a color of #bd256b        
        
          <div style="border:2px solid #bd256b;">Content here</div>
        
        
          .myborder {border:2px solid #bd256b;}
        
        Border color #bd256b