#bd02cf color space conversions
Hex:
        #bd02cf
        RGB:
        189, 2, 207
        CMY:
        26, 99, 19
        CMYK:
        9, 99, 0, 19
      HSL:
        295°, 98.0861%, 40.9804%
        HSV (HSB):
        295°, 99.0338%, 81.1765%
        XYZ:
        32.2705, 15.3672, 60.2968
        xyY:
        0.2990, 0.1424, 15.3672
      CIE-Lab:
        46.1331, 80.9975, -57.1123
        CIE-LCH:
        46.1331, 99.1081, 324.8119
        CIE-Luv:
        46.1331, 55.8360, -93.9216
        Hunter-Lab:
        39.2011, 78.3400, -63.7557
      #bd02cf color charts
#bd02cf RGB chart
      #bd02cf CMYK chart
      #bd02cf RGB pie chart
      #bd02cf color shades, tints & tones
#bd02cf color schemes
#bd02cf color preview, HTML & CSS examples
           This text has a color of #bd02cf        
        
          <p style="color:#bd02cf;">Text here</p>
        
        
          .mytext {color:#bd02cf;}
        
        Text color #bd02cf
      
           This box has a color of #bd02cf        
        
          <div style="background-color:#bd02cf;">Content here</div>
        
        
          .mybackground {background-color:#bd02cf;}
        
        Background color #bd02cf
      
           Border around this has a color of #bd02cf        
        
          <div style="border:2px solid #bd02cf;">Content here</div>
        
        
          .myborder {border:2px solid #bd02cf;}
        
        Border color #bd02cf