#bd33ed color space conversions
Hex:
        #bd33ed
        RGB:
        189, 51, 237
        CMY:
        26, 80, 7
        CMYK:
        20, 78, 0, 7
      HSL:
        285°, 83.7838%, 56.4706%
        HSV (HSB):
        285°, 78.4810%, 92.9412%
        XYZ:
        37.4562, 19.3009, 81.8721
        xyY:
        0.2702, 0.1392, 19.3009
      CIE-Lab:
        51.0374, 77.6225, -66.2858
        CIE-LCH:
        51.0374, 102.0738, 319.5043
        CIE-Luv:
        51.0374, 42.3459, -109.4497
        Hunter-Lab:
        43.9328, 75.3029, -79.7384
      #bd33ed color charts
#bd33ed RGB chart
      #bd33ed CMYK chart
      #bd33ed RGB pie chart
      #bd33ed color shades, tints & tones
#bd33ed color schemes
#bd33ed color preview, HTML & CSS examples
           This text has a color of #bd33ed        
        
          <p style="color:#bd33ed;">Text here</p>
        
        
          .mytext {color:#bd33ed;}
        
        Text color #bd33ed
      
           This box has a color of #bd33ed        
        
          <div style="background-color:#bd33ed;">Content here</div>
        
        
          .mybackground {background-color:#bd33ed;}
        
        Background color #bd33ed
      
           Border around this has a color of #bd33ed        
        
          <div style="border:2px solid #bd33ed;">Content here</div>
        
        
          .myborder {border:2px solid #bd33ed;}
        
        Border color #bd33ed