Shades of Medium Violet Red #B51977
Tints of Medium Violet Red #B51977
RGB
CMYK
RGB Variations
Color information
#B51977 (or 0xB51977) is known color: Medium Violet Red. HEX triplet: B5, 19 and 77. RGB value is (181,25,119). Sum of RGB (Red+Green+Blue) = 181+25+119=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B51977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51977 is #4AE688. Grayscale: #525252. Windows color (decimal): -4908681 or 7805365. OLE color: 7805365.
HSL color Cylindrical-coordinate representation of color #B51977: hue angle of 323.85º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51977 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 119 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.29 |
| HSL | 323.85º | 0.76% | 0.4% | - |
| HSV(B) | 323.85º | 0.86% | 0.71% | - |
| XYZ | 22.73 | 11.85 | 18.54 | - |
| YUV | 82.36 | 148.68 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 119 | 0 | 0.86 | 0.34 | 0.29 | 323.85 | 0.76 | 0.4 |
| Hex | B5 | 19 | 77 | 0 | 56 | 22 | 1D | 144 | 4C | 28 |
| Octal | 265 | 31 | 167 | 0 | 126 | 42 | 35 | 504 | 114 | 50 |
| Binary | 10110101 | 11001 | 1110111 | 0 | 1010110 | 100010 | 11101 | 101000100 | 1001100 | 101000 |
Color Harmonies of #B51977
Complementary color
Monochromatic Colors of #B51977
Black with #B51977
Text Example
Text Example
White with #B51977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51977; }
p { color: rgb(181,25,119); }
H1.HeaderClassName
{
color: #B51977;
}
.AnyTagClassName
{
color: #B51977;
}
</style>
background-color css
<style>
a { background-color: #B51977; }
a { background-color: rgb(181,25,119); }
div.DivClassName
{
background-color: #B51977;
}
.BgClassName
{
background-color: #B51977;
}
</style>
border-color css
<style>
span { border-color: #B51977; }
span { border-color: rgb(181,25,119); }
td.TdClassName
{
border-color: #B51977;
}
.TagClassName
{
border-color: #B51977;
}
</style>