#b500dc color space conversions
Hex:
        #b500dc
        RGB:
        181, 0, 220
        CMY:
        29, 100, 14
        CMYK:
        18, 100, 0, 14
      HSL:
        289°, 100.0000%, 43.1373%
        HSV (HSB):
        289°, 100.0000%, 86.2745%
        XYZ:
        31.9743, 14.9911, 68.9185
        xyY:
        0.2759, 0.1294, 14.9911
      CIE-Lab:
        45.6220, 82.1305, -65.4756
        CIE-LCH:
        45.6220, 105.0356, 321.4376
        CIE-Luv:
        45.6220, 46.2852, -105.1587
        Hunter-Lab:
        38.7183, 79.6518, -78.4333
      #b500dc color charts
#b500dc RGB chart
      #b500dc CMYK chart
      #b500dc RGB pie chart
      #b500dc color shades, tints & tones
#b500dc color schemes
#b500dc color preview, HTML & CSS examples
           This text has a color of #b500dc        
        
          <p style="color:#b500dc;">Text here</p>
        
        
          .mytext {color:#b500dc;}
        
        Text color #b500dc
      
           This box has a color of #b500dc        
        
          <div style="background-color:#b500dc;">Content here</div>
        
        
          .mybackground {background-color:#b500dc;}
        
        Background color #b500dc
      
           Border around this has a color of #b500dc        
        
          <div style="border:2px solid #b500dc;">Content here</div>
        
        
          .myborder {border:2px solid #b500dc;}
        
        Border color #b500dc