#bf02da color space conversions
Hex:
        #bf02da
        RGB:
        191, 2, 218
        CMY:
        25, 99, 15
        CMYK:
        12, 99, 0, 15
      HSL:
        293°, 98.1818%, 43.1373%
        HSV (HSB):
        293°, 99.0826%, 85.4902%
        XYZ:
        34.1625, 16.1817, 67.6525
        xyY:
        0.2895, 0.1371, 16.1817
      CIE-Lab:
        47.2120, 83.0349, -61.6762
        CIE-LCH:
        47.2120, 103.4347, 323.3960
        CIE-Luv:
        47.2120, 53.3592, -101.1663
        Hunter-Lab:
        40.2265, 81.1950, -71.5546
      #bf02da color charts
#bf02da RGB chart
      #bf02da CMYK chart
      #bf02da RGB pie chart
      #bf02da color shades, tints & tones
#bf02da color schemes
#bf02da color preview, HTML & CSS examples
           This text has a color of #bf02da        
        
          <p style="color:#bf02da;">Text here</p>
        
        
          .mytext {color:#bf02da;}
        
        Text color #bf02da
      
           This box has a color of #bf02da        
        
          <div style="background-color:#bf02da;">Content here</div>
        
        
          .mybackground {background-color:#bf02da;}
        
        Background color #bf02da
      
           Border around this has a color of #bf02da        
        
          <div style="border:2px solid #bf02da;">Content here</div>
        
        
          .myborder {border:2px solid #bf02da;}
        
        Border color #bf02da