Shades of Medium Red Violet #B52977
Tints of Medium Red Violet #B52977
RGB
CMYK
RGB Variations
Color information
#B52977 (or 0xB52977) is known color: Medium Red Violet. HEX triplet: B5, 29 and 77. RGB value is (181,41,119). Sum of RGB (Red+Green+Blue) = 181+41+119=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B52977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52977 is #4AD688. Grayscale: #5B5B5B. Windows color (decimal): -4904585 or 7809461. OLE color: 7809461.
HSL color Cylindrical-coordinate representation of color #B52977: hue angle of 326.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52977 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 119 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.29 |
| HSL | 326.57º | 0.63% | 0.44% | - |
| HSV(B) | 326.57º | 0.77% | 0.71% | - |
| XYZ | 23.18 | 12.74 | 18.69 | - |
| YUV | 91.75 | 143.38 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 119 | 0 | 0.77 | 0.34 | 0.29 | 326.57 | 0.63 | 0.44 |
| Hex | B5 | 29 | 77 | 0 | 4D | 22 | 1D | 147 | 3F | 2C |
| Octal | 265 | 51 | 167 | 0 | 115 | 42 | 35 | 507 | 77 | 54 |
| Binary | 10110101 | 101001 | 1110111 | 0 | 1001101 | 100010 | 11101 | 101000111 | 111111 | 101100 |
Color Harmonies of #B52977
Complementary color
Monochromatic Colors of #B52977
Black with #B52977
Text Example
Text Example
White with #B52977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52977; }
p { color: rgb(181,41,119); }
H1.HeaderClassName
{
color: #B52977;
}
.AnyTagClassName
{
color: #B52977;
}
</style>
background-color css
<style>
a { background-color: #B52977; }
a { background-color: rgb(181,41,119); }
div.DivClassName
{
background-color: #B52977;
}
.BgClassName
{
background-color: #B52977;
}
</style>
border-color css
<style>
span { border-color: #B52977; }
span { border-color: rgb(181,41,119); }
td.TdClassName
{
border-color: #B52977;
}
.TagClassName
{
border-color: #B52977;
}
</style>