#bf02ee color space conversions
Hex:
        #bf02ee
        RGB:
        191, 2, 238
        CMY:
        25, 99, 7
        CMYK:
        20, 99, 0, 7
      HSL:
        288°, 98.3333%, 47.0588%
        HSV (HSB):
        288°, 99.1597%, 93.3333%
        XYZ:
        36.9402, 17.2928, 82.2798
        xyY:
        0.2706, 0.1267, 17.2928
      CIE-Lab:
        48.6269, 86.3215, -70.7433
        CIE-LCH:
        48.6269, 111.6065, 320.6643
        CIE-Luv:
        48.6269, 46.9012, -114.9284
        Hunter-Lab:
        41.5846, 85.7907, -88.2025
      #bf02ee color charts
#bf02ee RGB chart
      #bf02ee CMYK chart
      #bf02ee RGB pie chart
      #bf02ee color shades, tints & tones
#bf02ee color schemes
#bf02ee color preview, HTML & CSS examples
           This text has a color of #bf02ee        
        
          <p style="color:#bf02ee;">Text here</p>
        
        
          .mytext {color:#bf02ee;}
        
        Text color #bf02ee
      
           This box has a color of #bf02ee        
        
          <div style="background-color:#bf02ee;">Content here</div>
        
        
          .mybackground {background-color:#bf02ee;}
        
        Background color #bf02ee
      
           Border around this has a color of #bf02ee        
        
          <div style="border:2px solid #bf02ee;">Content here</div>
        
        
          .myborder {border:2px solid #bf02ee;}
        
        Border color #bf02ee