#bf02ed color space conversions
Hex:
        #bf02ed
        RGB:
        191, 2, 237
        CMY:
        25, 99, 7
        CMYK:
        19, 99, 0, 7
      HSL:
        288°, 98.3264%, 46.8627%
        HSV (HSB):
        288°, 99.1561%, 92.9412%
        XYZ:
        36.7936, 17.2342, 81.5081
        xyY:
        0.2715, 0.1272, 17.2342
      CIE-Lab:
        48.5538, 86.1534, -70.2980
        CIE-LCH:
        48.5538, 111.1945, 320.7868
        CIE-Luv:
        48.5538, 47.2080, -114.2531
        Hunter-Lab:
        41.5141, 85.5535, -87.3491
      #bf02ed color charts
#bf02ed RGB chart
      #bf02ed CMYK chart
      #bf02ed RGB pie chart
      #bf02ed color shades, tints & tones
#bf02ed color schemes
#bf02ed color preview, HTML & CSS examples
           This text has a color of #bf02ed        
        
          <p style="color:#bf02ed;">Text here</p>
        
        
          .mytext {color:#bf02ed;}
        
        Text color #bf02ed
      
           This box has a color of #bf02ed        
        
          <div style="background-color:#bf02ed;">Content here</div>
        
        
          .mybackground {background-color:#bf02ed;}
        
        Background color #bf02ed
      
           Border around this has a color of #bf02ed        
        
          <div style="border:2px solid #bf02ed;">Content here</div>
        
        
          .myborder {border:2px solid #bf02ed;}
        
        Border color #bf02ed