#be45ed color space conversions
Hex:
        #be45ed
        RGB:
        190, 69, 237
        CMY:
        25, 73, 7
        CMYK:
        20, 71, 0, 7
      HSL:
        283°, 82.3529%, 60.0000%
        HSV (HSB):
        283°, 70.8861%, 92.9412%
        XYZ:
        38.6494, 21.3178, 82.1985
        xyY:
        0.2719, 0.1500, 21.3178
      CIE-Lab:
        53.2956, 71.7409, -62.6338
        CIE-LCH:
        53.2956, 95.2352, 318.8773
        CIE-Luv:
        53.2956, 39.9689, -104.7703
        Hunter-Lab:
        46.1712, 68.6206, -73.2339
      #be45ed color charts
#be45ed RGB chart
      #be45ed CMYK chart
      #be45ed RGB pie chart
      #be45ed color shades, tints & tones
#be45ed color schemes
#be45ed color preview, HTML & CSS examples
           This text has a color of #be45ed        
        
          <p style="color:#be45ed;">Text here</p>
        
        
          .mytext {color:#be45ed;}
        
        Text color #be45ed
      
           This box has a color of #be45ed        
        
          <div style="background-color:#be45ed;">Content here</div>
        
        
          .mybackground {background-color:#be45ed;}
        
        Background color #be45ed
      
           Border around this has a color of #be45ed        
        
          <div style="border:2px solid #be45ed;">Content here</div>
        
        
          .myborder {border:2px solid #be45ed;}
        
        Border color #be45ed