#b900ed color space conversions
Hex:
        #b900ed
        RGB:
        185, 0, 237
        CMY:
        27, 100, 7
        CMYK:
        22, 100, 0, 7
      HSL:
        287°, 100.0000%, 46.4706%
        HSV (HSB):
        287°, 100.0000%, 92.9412%
        XYZ:
        35.2936, 16.4287, 81.4316
        xyY:
        0.2651, 0.1234, 16.4287
      CIE-Lab:
        47.5320, 85.5370, -72.0029
        CIE-LCH:
        47.5320, 111.8078, 319.9101
        CIE-Luv:
        47.5320, 43.5897, -115.7029
        Hunter-Lab:
        40.5323, 84.4977, -90.7441
      #b900ed color charts
#b900ed RGB chart
      #b900ed CMYK chart
      #b900ed RGB pie chart
      #b900ed color shades, tints & tones
#b900ed color schemes
#b900ed color preview, HTML & CSS examples
           This text has a color of #b900ed        
        
          <p style="color:#b900ed;">Text here</p>
        
        
          .mytext {color:#b900ed;}
        
        Text color #b900ed
      
           This box has a color of #b900ed        
        
          <div style="background-color:#b900ed;">Content here</div>
        
        
          .mybackground {background-color:#b900ed;}
        
        Background color #b900ed
      
           Border around this has a color of #b900ed        
        
          <div style="border:2px solid #b900ed;">Content here</div>
        
        
          .myborder {border:2px solid #b900ed;}
        
        Border color #b900ed