Shades of Medium Red Violet #B42877
Tints of Medium Red Violet #B42877
RGB
CMYK
RGB Variations
Color information
#B42877 (or 0xB42877) is known color: Medium Red Violet. HEX triplet: B4, 28 and 77. RGB value is (180,40,119). Sum of RGB (Red+Green+Blue) = 180+40+119=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B42877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42877 is #4BD788. Grayscale: #5A5A5A. Windows color (decimal): -4970377 or 7809204. OLE color: 7809204.
HSL color Cylindrical-coordinate representation of color #B42877: hue angle of 326.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42877 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 119 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.29 |
| HSL | 326.14º | 0.64% | 0.43% | - |
| HSV(B) | 326.14º | 0.78% | 0.71% | - |
| XYZ | 22.91 | 12.55 | 18.67 | - |
| YUV | 90.87 | 143.88 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 119 | 0 | 0.78 | 0.34 | 0.29 | 326.14 | 0.64 | 0.43 |
| Hex | B4 | 28 | 77 | 0 | 4E | 22 | 1D | 146 | 40 | 2B |
| Octal | 264 | 50 | 167 | 0 | 116 | 42 | 35 | 506 | 100 | 53 |
| Binary | 10110100 | 101000 | 1110111 | 0 | 1001110 | 100010 | 11101 | 101000110 | 1000000 | 101011 |
Color Harmonies of #B42877
Complementary color
Monochromatic Colors of #B42877
Black with #B42877
Text Example
Text Example
White with #B42877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42877; }
p { color: rgb(180,40,119); }
H1.HeaderClassName
{
color: #B42877;
}
.AnyTagClassName
{
color: #B42877;
}
</style>
background-color css
<style>
a { background-color: #B42877; }
a { background-color: rgb(180,40,119); }
div.DivClassName
{
background-color: #B42877;
}
.BgClassName
{
background-color: #B42877;
}
</style>
border-color css
<style>
span { border-color: #B42877; }
span { border-color: rgb(180,40,119); }
td.TdClassName
{
border-color: #B42877;
}
.TagClassName
{
border-color: #B42877;
}
</style>