Shades of Medium Red Violet #B42472
Tints of Medium Red Violet #B42472
RGB
CMYK
RGB Variations
Color information
#B42472 (or 0xB42472) is known color: Medium Red Violet. HEX triplet: B4, 24 and 72. RGB value is (180,36,114). Sum of RGB (Red+Green+Blue) = 180+36+114=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B42472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42472 is #4BDB8D. Grayscale: #575757. Windows color (decimal): -4971406 or 7480500. OLE color: 7480500.
HSL color Cylindrical-coordinate representation of color #B42472: hue angle of 327.5º 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 #B42472 is Cyan = 0, Magento = 0.8, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 114 | - |
| CMYK | 0 | 0.8 | 0.37 | 0.29 |
| HSL | 327.5º | 0.67% | 0.42% | - |
| HSV(B) | 327.5º | 0.8% | 0.71% | - |
| XYZ | 22.49 | 12.18 | 17.09 | - |
| YUV | 87.95 | 142.71 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 114 | 0 | 0.8 | 0.37 | 0.29 | 327.5 | 0.67 | 0.42 |
| Hex | B4 | 24 | 72 | 0 | 50 | 25 | 1D | 148 | 43 | 2A |
| Octal | 264 | 44 | 162 | 0 | 120 | 45 | 35 | 510 | 103 | 52 |
| Binary | 10110100 | 100100 | 1110010 | 0 | 1010000 | 100101 | 11101 | 101001000 | 1000011 | 101010 |
Color Harmonies of #B42472
Complementary color
Monochromatic Colors of #B42472
Black with #B42472
Text Example
Text Example
White with #B42472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42472; }
p { color: rgb(180,36,114); }
H1.HeaderClassName
{
color: #B42472;
}
.AnyTagClassName
{
color: #B42472;
}
</style>
background-color css
<style>
a { background-color: #B42472; }
a { background-color: rgb(180,36,114); }
div.DivClassName
{
background-color: #B42472;
}
.BgClassName
{
background-color: #B42472;
}
</style>
border-color css
<style>
span { border-color: #B42472; }
span { border-color: rgb(180,36,114); }
td.TdClassName
{
border-color: #B42472;
}
.TagClassName
{
border-color: #B42472;
}
</style>