#b900ff color space conversions
Hex:
        #b900ff
        RGB:
        185, 0, 255
        CMY:
        27, 100, 0
        CMYK:
        27, 100, 0, 0
      HSL:
        284°, 100.0000%, 50.0000%
        HSV (HSB):
        284°, 100.0000%, 100.0000%
        XYZ:
        38.0576, 17.5343, 95.9863
        xyY:
        0.2511, 0.1157, 17.5343
      CIE-Lab:
        48.9263, 88.6736, -79.8277
        CIE-LCH:
        48.9263, 119.3125, 318.0051
        CIE-Luv:
        48.9263, 38.5455, -127.4781
        Hunter-Lab:
        41.8740, 88.9521, -106.5968
      #b900ff color charts
#b900ff RGB chart
      #b900ff CMYK chart
      #b900ff RGB pie chart
      #b900ff color shades, tints & tones
#b900ff color schemes
#b900ff color preview, HTML & CSS examples
           This text has a color of #b900ff        
        
          <p style="color:#b900ff;">Text here</p>
        
        
          .mytext {color:#b900ff;}
        
        Text color #b900ff
      
           This box has a color of #b900ff        
        
          <div style="background-color:#b900ff;">Content here</div>
        
        
          .mybackground {background-color:#b900ff;}
        
        Background color #b900ff
      
           Border around this has a color of #b900ff        
        
          <div style="border:2px solid #b900ff;">Content here</div>
        
        
          .myborder {border:2px solid #b900ff;}
        
        Border color #b900ff