Shades of Medium Red Violet #B42470
Tints of Medium Red Violet #B42470
RGB
CMYK
RGB Variations
Color information
#B42470 (or 0xB42470) is known color: Medium Red Violet. HEX triplet: B4, 24 and 70. RGB value is (180,36,112). Sum of RGB (Red+Green+Blue) = 180+36+112=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B42470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42470 is #4BDB8F. Grayscale: #575757. Windows color (decimal): -4971408 or 7349428. OLE color: 7349428.
HSL color Cylindrical-coordinate representation of color #B42470: hue angle of 328.33º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42470 is Cyan = 0, Magento = 0.8, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 112 | - |
| CMYK | 0 | 0.8 | 0.38 | 0.29 |
| HSL | 328.33º | 0.67% | 0.42% | - |
| HSV(B) | 328.33º | 0.8% | 0.71% | - |
| XYZ | 22.38 | 12.13 | 16.49 | - |
| YUV | 87.72 | 141.71 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 112 | 0 | 0.8 | 0.38 | 0.29 | 328.33 | 0.67 | 0.42 |
| Hex | B4 | 24 | 70 | 0 | 50 | 26 | 1D | 148 | 43 | 2A |
| Octal | 264 | 44 | 160 | 0 | 120 | 46 | 35 | 510 | 103 | 52 |
| Binary | 10110100 | 100100 | 1110000 | 0 | 1010000 | 100110 | 11101 | 101001000 | 1000011 | 101010 |
Color Harmonies of #B42470
Complementary color
Monochromatic Colors of #B42470
Black with #B42470
Text Example
Text Example
White with #B42470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42470; }
p { color: rgb(180,36,112); }
H1.HeaderClassName
{
color: #B42470;
}
.AnyTagClassName
{
color: #B42470;
}
</style>
background-color css
<style>
a { background-color: #B42470; }
a { background-color: rgb(180,36,112); }
div.DivClassName
{
background-color: #B42470;
}
.BgClassName
{
background-color: #B42470;
}
</style>
border-color css
<style>
span { border-color: #B42470; }
span { border-color: rgb(180,36,112); }
td.TdClassName
{
border-color: #B42470;
}
.TagClassName
{
border-color: #B42470;
}
</style>