Shades of Medium Red Violet #B42072
Tints of Medium Red Violet #B42072
RGB
CMYK
RGB Variations
Color information
#B42072 (or 0xB42072) is known color: Medium Red Violet. HEX triplet: B4, 20 and 72. RGB value is (180,32,114). Sum of RGB (Red+Green+Blue) = 180+32+114=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B42072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42072 is #4BDF8D. Grayscale: #555555. Windows color (decimal): -4972430 or 7479476. OLE color: 7479476.
HSL color Cylindrical-coordinate representation of color #B42072: hue angle of 326.76º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42072 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 114 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.29 |
| HSL | 326.76º | 0.7% | 0.42% | - |
| HSV(B) | 326.76º | 0.82% | 0.71% | - |
| XYZ | 22.38 | 11.95 | 17.05 | - |
| YUV | 85.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 114 | 0 | 0.82 | 0.37 | 0.29 | 326.76 | 0.7 | 0.42 |
| Hex | B4 | 20 | 72 | 0 | 52 | 25 | 1D | 147 | 46 | 2A |
| Octal | 264 | 40 | 162 | 0 | 122 | 45 | 35 | 507 | 106 | 52 |
| Binary | 10110100 | 100000 | 1110010 | 0 | 1010010 | 100101 | 11101 | 101000111 | 1000110 | 101010 |
Color Harmonies of #B42072
Complementary color
Monochromatic Colors of #B42072
Black with #B42072
Text Example
Text Example
White with #B42072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42072; }
p { color: rgb(180,32,114); }
H1.HeaderClassName
{
color: #B42072;
}
.AnyTagClassName
{
color: #B42072;
}
</style>
background-color css
<style>
a { background-color: #B42072; }
a { background-color: rgb(180,32,114); }
div.DivClassName
{
background-color: #B42072;
}
.BgClassName
{
background-color: #B42072;
}
</style>
border-color css
<style>
span { border-color: #B42072; }
span { border-color: rgb(180,32,114); }
td.TdClassName
{
border-color: #B42072;
}
.TagClassName
{
border-color: #B42072;
}
</style>