Shades of Medium Red Violet #B42876
Tints of Medium Red Violet #B42876
RGB
CMYK
RGB Variations
Color information
#B42876 (or 0xB42876) is known color: Medium Red Violet. HEX triplet: B4, 28 and 76. RGB value is (180,40,118). Sum of RGB (Red+Green+Blue) = 180+40+118=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B42876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42876 is #4BD789. Grayscale: #5A5A5A. Windows color (decimal): -4970378 or 7743668. OLE color: 7743668.
HSL color Cylindrical-coordinate representation of color #B42876: hue angle of 326.57º 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 #B42876 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 118 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.29 |
| HSL | 326.57º | 0.64% | 0.43% | - |
| HSV(B) | 326.57º | 0.78% | 0.71% | - |
| XYZ | 22.85 | 12.53 | 18.35 | - |
| YUV | 90.75 | 143.38 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 118 | 0 | 0.78 | 0.34 | 0.29 | 326.57 | 0.64 | 0.43 |
| Hex | B4 | 28 | 76 | 0 | 4E | 22 | 1D | 147 | 40 | 2B |
| Octal | 264 | 50 | 166 | 0 | 116 | 42 | 35 | 507 | 100 | 53 |
| Binary | 10110100 | 101000 | 1110110 | 0 | 1001110 | 100010 | 11101 | 101000111 | 1000000 | 101011 |
Color Harmonies of #B42876
Complementary color
Monochromatic Colors of #B42876
Black with #B42876
Text Example
Text Example
White with #B42876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42876; }
p { color: rgb(180,40,118); }
H1.HeaderClassName
{
color: #B42876;
}
.AnyTagClassName
{
color: #B42876;
}
</style>
background-color css
<style>
a { background-color: #B42876; }
a { background-color: rgb(180,40,118); }
div.DivClassName
{
background-color: #B42876;
}
.BgClassName
{
background-color: #B42876;
}
</style>
border-color css
<style>
span { border-color: #B42876; }
span { border-color: rgb(180,40,118); }
td.TdClassName
{
border-color: #B42876;
}
.TagClassName
{
border-color: #B42876;
}
</style>