#b70def color space conversions
Hex:
        #b70def
        RGB:
        183, 13, 239
        CMY:
        28, 95, 6
        CMYK:
        23, 95, 0, 6
      HSL:
        285°, 89.6825%, 49.4118%
        HSV (HSB):
        285°, 94.5607%, 93.7255%
        XYZ:
        35.2524, 16.5871, 83.0050
        xyY:
        0.2614, 0.1230, 16.5871
      CIE-Lab:
        47.7355, 84.5194, -72.8137
        CIE-LCH:
        47.7355, 111.5588, 319.2550
        CIE-Luv:
        47.7355, 41.3799, -116.8472
        Hunter-Lab:
        40.7273, 83.2316, -92.3279
      #b70def color charts
#b70def RGB chart
      #b70def CMYK chart
      #b70def RGB pie chart
      #b70def color shades, tints & tones
#b70def color schemes
#b70def color preview, HTML & CSS examples
           This text has a color of #b70def        
        
          <p style="color:#b70def;">Text here</p>
        
        
          .mytext {color:#b70def;}
        
        Text color #b70def
      
           This box has a color of #b70def        
        
          <div style="background-color:#b70def;">Content here</div>
        
        
          .mybackground {background-color:#b70def;}
        
        Background color #b70def
      
           Border around this has a color of #b70def        
        
          <div style="border:2px solid #b70def;">Content here</div>
        
        
          .myborder {border:2px solid #b70def;}
        
        Border color #b70def