#bf04ed color space conversions
Hex:
        #bf04ed
        RGB:
        191, 4, 237
        CMY:
        25, 98, 7
        CMYK:
        19, 98, 0, 7
      HSL:
        288°, 96.6805%, 47.2549%
        HSV (HSB):
        288°, 98.3122%, 92.9412%
        XYZ:
        36.8153, 17.2776, 81.5153
        xyY:
        0.2715, 0.1274, 17.2776
      CIE-Lab:
        48.6080, 85.9916, -70.2100
        CIE-LCH:
        48.6080, 111.0135, 320.7692
        CIE-Luv:
        48.6080, 47.1408, -114.1571
        Hunter-Lab:
        41.5664, 85.3564, -87.1765
      #bf04ed color charts
#bf04ed RGB chart
      #bf04ed CMYK chart
      #bf04ed RGB pie chart
      #bf04ed color shades, tints & tones
#bf04ed color schemes
#bf04ed color preview, HTML & CSS examples
           This text has a color of #bf04ed        
        
          <p style="color:#bf04ed;">Text here</p>
        
        
          .mytext {color:#bf04ed;}
        
        Text color #bf04ed
      
           This box has a color of #bf04ed        
        
          <div style="background-color:#bf04ed;">Content here</div>
        
        
          .mybackground {background-color:#bf04ed;}
        
        Background color #bf04ed
      
           Border around this has a color of #bf04ed        
        
          <div style="border:2px solid #bf04ed;">Content here</div>
        
        
          .myborder {border:2px solid #bf04ed;}
        
        Border color #bf04ed