#b42ded color space conversions
Hex:
        #b42ded
        RGB:
        180, 45, 237
        CMY:
        29, 82, 7
        CMYK:
        24, 81, 0, 7
      HSL:
        282°, 84.2105%, 55.2941%
        HSV (HSB):
        282°, 81.0127%, 92.9412%
        XYZ:
        35.0468, 17.6945, 81.6890
        xyY:
        0.2607, 0.1316, 17.6945
      CIE-Lab:
        49.1234, 77.8376, -69.4501
        CIE-LCH:
        49.1234, 104.3168, 318.2593
        CIE-Luv:
        49.1234, 37.7634, -112.6615
        Hunter-Lab:
        42.0648, 75.1061, -85.6945
      #b42ded color charts
#b42ded RGB chart
      #b42ded CMYK chart
      #b42ded RGB pie chart
      #b42ded color shades, tints & tones
#b42ded color schemes
#b42ded color preview, HTML & CSS examples
           This text has a color of #b42ded        
        
          <p style="color:#b42ded;">Text here</p>
        
        
          .mytext {color:#b42ded;}
        
        Text color #b42ded
      
           This box has a color of #b42ded        
        
          <div style="background-color:#b42ded;">Content here</div>
        
        
          .mybackground {background-color:#b42ded;}
        
        Background color #b42ded
      
           Border around this has a color of #b42ded        
        
          <div style="border:2px solid #b42ded;">Content here</div>
        
        
          .myborder {border:2px solid #b42ded;}
        
        Border color #b42ded