#be00ed color space conversions
Hex:
        #be00ed
        RGB:
        190, 0, 237
        CMY:
        25, 100, 7
        CMYK:
        20, 100, 0, 7
      HSL:
        288°, 100.0000%, 46.4706%
        HSV (HSB):
        288°, 100.0000%, 92.9412%
        XYZ:
        36.5213, 17.0616, 81.4891
        xyY:
        0.2704, 0.1263, 17.0616
      CIE-Lab:
        48.3375, 86.1842, -70.6568
        CIE-LCH:
        48.3375, 111.4455, 320.6539
        CIE-Luv:
        48.3375, 46.6540, -114.5811
        Hunter-Lab:
        41.3057, 85.5396, -88.0552
      #be00ed color charts
#be00ed RGB chart
      #be00ed CMYK chart
      #be00ed RGB pie chart
      #be00ed color shades, tints & tones
#be00ed color schemes
#be00ed color preview, HTML & CSS examples
           This text has a color of #be00ed        
        
          <p style="color:#be00ed;">Text here</p>
        
        
          .mytext {color:#be00ed;}
        
        Text color #be00ed
      
           This box has a color of #be00ed        
        
          <div style="background-color:#be00ed;">Content here</div>
        
        
          .mybackground {background-color:#be00ed;}
        
        Background color #be00ed
      
           Border around this has a color of #be00ed        
        
          <div style="border:2px solid #be00ed;">Content here</div>
        
        
          .myborder {border:2px solid #be00ed;}
        
        Border color #be00ed