#b600ff color space conversions
Hex:
        #b600ff
        RGB:
        182, 0, 255
        CMY:
        29, 100, 0
        CMYK:
        29, 100, 0, 0
      HSL:
        283°, 100.0000%, 50.0000%
        HSV (HSB):
        283°, 100.0000%, 100.0000%
        XYZ:
        37.3414, 17.1651, 95.9528
        xyY:
        0.2482, 0.1141, 17.1651
      CIE-Lab:
        48.4674, 88.3254, -80.5966
        CIE-LCH:
        48.4674, 119.5709, 317.6197
        CIE-Luv:
        48.4674, 36.8622, -128.0345
        Hunter-Lab:
        41.4308, 88.3776, -108.3129
      #b600ff color charts
#b600ff RGB chart
      #b600ff CMYK chart
      #b600ff RGB pie chart
      #b600ff color shades, tints & tones
#b600ff color schemes
#b600ff color preview, HTML & CSS examples
           This text has a color of #b600ff        
        
          <p style="color:#b600ff;">Text here</p>
        
        
          .mytext {color:#b600ff;}
        
        Text color #b600ff
      
           This box has a color of #b600ff        
        
          <div style="background-color:#b600ff;">Content here</div>
        
        
          .mybackground {background-color:#b600ff;}
        
        Background color #b600ff
      
           Border around this has a color of #b600ff        
        
          <div style="border:2px solid #b600ff;">Content here</div>
        
        
          .myborder {border:2px solid #b600ff;}
        
        Border color #b600ff