#bd01cf color space conversions
Hex:
        #bd01cf
        RGB:
        189, 1, 207
        CMY:
        26, 100, 19
        CMYK:
        9, 100, 0, 19
      HSL:
        295°, 99.0385%, 40.7843%
        HSV (HSB):
        295°, 99.5169%, 81.1765%
        XYZ:
        32.2596, 15.3455, 60.2932
        xyY:
        0.2990, 0.1422, 15.3455
      CIE-Lab:
        46.1038, 81.0845, -57.1595
        CIE-LCH:
        46.1038, 99.2064, 324.8186
        CIE-Luv:
        46.1038, 55.8785, -93.9797
        Hunter-Lab:
        39.1734, 78.4429, -63.8341
      #bd01cf color charts
#bd01cf RGB chart
      #bd01cf CMYK chart
      #bd01cf RGB pie chart
      #bd01cf color shades, tints & tones
#bd01cf color schemes
#bd01cf color preview, HTML & CSS examples
           This text has a color of #bd01cf        
        
          <p style="color:#bd01cf;">Text here</p>
        
        
          .mytext {color:#bd01cf;}
        
        Text color #bd01cf
      
           This box has a color of #bd01cf        
        
          <div style="background-color:#bd01cf;">Content here</div>
        
        
          .mybackground {background-color:#bd01cf;}
        
        Background color #bd01cf
      
           Border around this has a color of #bd01cf        
        
          <div style="border:2px solid #bd01cf;">Content here</div>
        
        
          .myborder {border:2px solid #bd01cf;}
        
        Border color #bd01cf