#be2fed color space conversions
Hex:
        #be2fed
        RGB:
        190, 47, 237
        CMY:
        25, 82, 7
        CMYK:
        20, 80, 0, 7
      HSL:
        285°, 84.0708%, 55.6863%
        HSV (HSB):
        285°, 80.1688%, 92.9412%
        XYZ:
        37.5378, 19.0946, 81.8279
        xyY:
        0.2711, 0.1379, 19.0946
      CIE-Lab:
        50.7977, 78.9217, -66.6664
        CIE-LCH:
        50.7977, 103.3104, 319.8117
        CIE-Luv:
        50.7977, 43.4801, -109.9823
        Hunter-Lab:
        43.6974, 76.8682, -80.4386
      #be2fed color charts
#be2fed RGB chart
      #be2fed CMYK chart
      #be2fed RGB pie chart
      #be2fed color shades, tints & tones
#be2fed color schemes
#be2fed color preview, HTML & CSS examples
           This text has a color of #be2fed        
        
          <p style="color:#be2fed;">Text here</p>
        
        
          .mytext {color:#be2fed;}
        
        Text color #be2fed
      
           This box has a color of #be2fed        
        
          <div style="background-color:#be2fed;">Content here</div>
        
        
          .mybackground {background-color:#be2fed;}
        
        Background color #be2fed
      
           Border around this has a color of #be2fed        
        
          <div style="border:2px solid #be2fed;">Content here</div>
        
        
          .myborder {border:2px solid #be2fed;}
        
        Border color #be2fed