#bf55ed color space conversions
Hex:
        #bf55ed
        RGB:
        191, 85, 237
        CMY:
        25, 67, 7
        CMYK:
        19, 64, 0, 7
      HSL:
        282°, 80.8511%, 63.1373%
        HSV (HSB):
        282°, 64.1350%, 92.9412%
        XYZ:
        40.0204, 23.6878, 82.5837
        xyY:
        0.2736, 0.1619, 23.6878
      CIE-Lab:
        55.7738, 65.3882, -58.6449
        CIE-LCH:
        55.7738, 87.8342, 318.1119
        CIE-Luv:
        55.7738, 37.0409, -99.2073
        Hunter-Lab:
        48.6701, 61.6042, -66.5345
      #bf55ed color charts
#bf55ed RGB chart
      #bf55ed CMYK chart
      #bf55ed RGB pie chart
      #bf55ed color shades, tints & tones
#bf55ed color schemes
#bf55ed color preview, HTML & CSS examples
           This text has a color of #bf55ed        
        
          <p style="color:#bf55ed;">Text here</p>
        
        
          .mytext {color:#bf55ed;}
        
        Text color #bf55ed
      
           This box has a color of #bf55ed        
        
          <div style="background-color:#bf55ed;">Content here</div>
        
        
          .mybackground {background-color:#bf55ed;}
        
        Background color #bf55ed
      
           Border around this has a color of #bf55ed        
        
          <div style="border:2px solid #bf55ed;">Content here</div>
        
        
          .myborder {border:2px solid #bf55ed;}
        
        Border color #bf55ed