#bf14ed color space conversions
Hex:
        #bf14ed
        RGB:
        191, 20, 237
        CMY:
        25, 92, 7
        CMYK:
        19, 92, 0, 7
      HSL:
        287°, 85.7708%, 50.3922%
        HSV (HSB):
        287°, 91.5612%, 92.9412%
        XYZ:
        37.0221, 17.6911, 81.5842
        xyY:
        0.2716, 0.1298, 17.6911
      CIE-Lab:
        49.1193, 84.4686, -69.3795
        CIE-LCH:
        49.1193, 109.3090, 320.6015
        CIE-Luv:
        49.1193, 46.4983, -113.2361
        Hunter-Lab:
        42.0608, 83.5100, -85.5607
      #bf14ed color charts
#bf14ed RGB chart
      #bf14ed CMYK chart
      #bf14ed RGB pie chart
      #bf14ed color shades, tints & tones
#bf14ed color schemes
#bf14ed color preview, HTML & CSS examples
           This text has a color of #bf14ed        
        
          <p style="color:#bf14ed;">Text here</p>
        
        
          .mytext {color:#bf14ed;}
        
        Text color #bf14ed
      
           This box has a color of #bf14ed        
        
          <div style="background-color:#bf14ed;">Content here</div>
        
        
          .mybackground {background-color:#bf14ed;}
        
        Background color #bf14ed
      
           Border around this has a color of #bf14ed        
        
          <div style="border:2px solid #bf14ed;">Content here</div>
        
        
          .myborder {border:2px solid #bf14ed;}
        
        Border color #bf14ed