Shades of Medium Violet Red #B41977
Tints of Medium Violet Red #B41977
RGB
CMYK
RGB Variations
Color information
#B41977 (or 0xB41977) is known color: Medium Violet Red. HEX triplet: B4, 19 and 77. RGB value is (180,25,119). Sum of RGB (Red+Green+Blue) = 180+25+119=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B41977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41977 is #4BE688. Grayscale: #515151. Windows color (decimal): -4974217 or 7805364. OLE color: 7805364.
HSL color Cylindrical-coordinate representation of color #B41977: hue angle of 323.61º 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 #B41977 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 25 | 119 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.29 |
| HSL | 323.61º | 0.76% | 0.4% | - |
| HSV(B) | 323.61º | 0.86% | 0.71% | - |
| XYZ | 22.5 | 11.73 | 18.53 | - |
| YUV | 82.06 | 148.85 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 25 | 119 | 0 | 0.86 | 0.34 | 0.29 | 323.61 | 0.76 | 0.4 |
| Hex | B4 | 19 | 77 | 0 | 56 | 22 | 1D | 144 | 4C | 28 |
| Octal | 264 | 31 | 167 | 0 | 126 | 42 | 35 | 504 | 114 | 50 |
| Binary | 10110100 | 11001 | 1110111 | 0 | 1010110 | 100010 | 11101 | 101000100 | 1001100 | 101000 |
Color Harmonies of #B41977
Complementary color
Monochromatic Colors of #B41977
Black with #B41977
Text Example
Text Example
White with #B41977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41977; }
p { color: rgb(180,25,119); }
H1.HeaderClassName
{
color: #B41977;
}
.AnyTagClassName
{
color: #B41977;
}
</style>
background-color css
<style>
a { background-color: #B41977; }
a { background-color: rgb(180,25,119); }
div.DivClassName
{
background-color: #B41977;
}
.BgClassName
{
background-color: #B41977;
}
</style>
border-color css
<style>
span { border-color: #B41977; }
span { border-color: rgb(180,25,119); }
td.TdClassName
{
border-color: #B41977;
}
.TagClassName
{
border-color: #B41977;
}
</style>