#bd007e color space conversions
Hex:
        #bd007e
        RGB:
        189, 0, 126
        CMY:
        26, 100, 51
        CMYK:
        0, 100, 33, 26
      HSL:
        320°, 100.0000%, 37.0588%
        HSV (HSB):
        320°, 100.0000%, 74.1176%
        XYZ:
        24.7522, 12.3252, 20.8131
        xyY:
        0.4276, 0.2129, 12.3252
      CIE-Lab:
        41.7283, 70.4680, -15.6780
        CIE-LCH:
        41.7283, 72.1910, 347.4569
        CIE-Luv:
        41.7283, 90.0878, -32.8852
        Hunter-Lab:
        35.1072, 64.4128, -10.5746
      #bd007e color charts
#bd007e RGB chart
      #bd007e CMYK chart
      #bd007e RGB pie chart
      #bd007e color shades, tints & tones
#bd007e color schemes
#bd007e color preview, HTML & CSS examples
           This text has a color of #bd007e        
        
          <p style="color:#bd007e;">Text here</p>
        
        
          .mytext {color:#bd007e;}
        
        Text color #bd007e
      
           This box has a color of #bd007e        
        
          <div style="background-color:#bd007e;">Content here</div>
        
        
          .mybackground {background-color:#bd007e;}
        
        Background color #bd007e
      
           Border around this has a color of #bd007e        
        
          <div style="border:2px solid #bd007e;">Content here</div>
        
        
          .myborder {border:2px solid #bd007e;}
        
        Border color #bd007e