Random Color Generator

#b1058d Color

Color Codes
Hex Code #b1058d
RGB Code rgb(177, 05, 141)
HSL Code hsl(313, 95%, 36%)

#b1058d Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(177, 05, 141);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(313, 95%, 36%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #b1058d

RGB Code Hex Code Preview
rgb(177, 05, 141, 10%) #b1058d1a  
rgb(177, 05, 141, 20%) #b1058d33  
rgb(177, 05, 141, 40%) #b1058d4C  
rgb(177, 05, 141, 60%) #b1058d99  
rgb(177, 05, 141, 80%) #b1058dCC  
rgb(177, 05, 141, 100%) #b1058dFF  

Saturated and desaturated colors of #b1058d

HSL Code Preview
hsl(313, 10%, 36%)  
hsl(313, 20%, 36%)  
hsl(313, 40%, 36%)  
hsl(313, 60%, 36%)  
hsl(313, 80%, 36%)  
hsl(313, 100%, 36%)  

#b1058d Color Usage In CSS

 body {
    color: #b1058d;
    }
 p {
    color: rgb(177, 05, 141);
    }
 header {
    border-bottom:1px solid #b1058d;
    }
Recent Random Colors