#b013ff color space conversions
Hex:
        #b013ff
        RGB:
        176, 19, 255
        CMY:
        31, 93, 0
        CMYK:
        31, 93, 0, 0
      HSL:
        280°, 100.0000%, 53.7255%
        HSV (HSB):
        280°, 92.5490%, 100.0000%
        XYZ:
        36.1874, 16.9159, 95.9655
        xyY:
        0.2428, 0.1135, 16.9159
      CIE-Lab:
        48.1538, 85.8649, -81.1457
        CIE-LCH:
        48.1538, 118.1414, 316.6186
        CIE-Luv:
        48.1538, 32.9708, -128.2420
        Hunter-Lab:
        41.1289, 85.0782, -109.5504
      #b013ff color charts
#b013ff RGB chart
      #b013ff CMYK chart
      #b013ff RGB pie chart
      #b013ff color shades, tints & tones
#b013ff color schemes
#b013ff color preview, HTML & CSS examples
           This text has a color of #b013ff        
        
          <p style="color:#b013ff;">Text here</p>
        
        
          .mytext {color:#b013ff;}
        
        Text color #b013ff
      
           This box has a color of #b013ff        
        
          <div style="background-color:#b013ff;">Content here</div>
        
        
          .mybackground {background-color:#b013ff;}
        
        Background color #b013ff
      
           Border around this has a color of #b013ff        
        
          <div style="border:2px solid #b013ff;">Content here</div>
        
        
          .myborder {border:2px solid #b013ff;}
        
        Border color #b013ff