#bd90ed color space conversions
Hex:
        #bd90ed
        RGB:
        189, 144, 237
        CMY:
        26, 44, 7
        CMYK:
        20, 39, 0, 7
      HSL:
        269°, 72.0930%, 74.7059%
        HSV (HSB):
        269°, 39.2405%, 92.9412%
        XYZ:
        46.2456, 36.8798, 84.8019
        xyY:
        0.2754, 0.2196, 36.8798
      CIE-Lab:
        67.1867, 34.6973, -40.5862
        CIE-LCH:
        67.1867, 53.3961, 310.5273
        CIE-Luv:
        67.1867, 16.4255, -69.5286
        Hunter-Lab:
        60.7287, 29.6545, -40.2827
      #bd90ed color charts
#bd90ed RGB chart
      #bd90ed CMYK chart
      #bd90ed RGB pie chart
      #bd90ed color shades, tints & tones
#bd90ed color schemes
#bd90ed color preview, HTML & CSS examples
           This text has a color of #bd90ed        
        
          <p style="color:#bd90ed;">Text here</p>
        
        
          .mytext {color:#bd90ed;}
        
        Text color #bd90ed
      
           This box has a color of #bd90ed        
        
          <div style="background-color:#bd90ed;">Content here</div>
        
        
          .mybackground {background-color:#bd90ed;}
        
        Background color #bd90ed
      
           Border around this has a color of #bd90ed        
        
          <div style="border:2px solid #bd90ed;">Content here</div>
        
        
          .myborder {border:2px solid #bd90ed;}
        
        Border color #bd90ed