Shades of Medium Red Violet #B42C73
Tints of Medium Red Violet #B42C73
RGB
CMYK
RGB Variations
Color information
#B42C73 (or 0xB42C73) is known color: Medium Red Violet. HEX triplet: B4, 2C and 73. RGB value is (180,44,115). Sum of RGB (Red+Green+Blue) = 180+44+115=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42C73 is #4BD38C. Grayscale: #5C5C5C. Windows color (decimal): -4969357 or 7548084. OLE color: 7548084.
HSL color Cylindrical-coordinate representation of color #B42C73: hue angle of 328.68º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42C73 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 115 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.29 |
| HSL | 328.68º | 0.61% | 0.44% | - |
| HSV(B) | 328.68º | 0.76% | 0.71% | - |
| XYZ | 22.82 | 12.74 | 17.48 | - |
| YUV | 92.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 115 | 0 | 0.76 | 0.36 | 0.29 | 328.68 | 0.61 | 0.44 |
| Hex | B4 | 2C | 73 | 0 | 4C | 24 | 1D | 149 | 3D | 2C |
| Octal | 264 | 54 | 163 | 0 | 114 | 44 | 35 | 511 | 75 | 54 |
| Binary | 10110100 | 101100 | 1110011 | 0 | 1001100 | 100100 | 11101 | 101001001 | 111101 | 101100 |
Color Harmonies of #B42C73
Complementary color
Monochromatic Colors of #B42C73
Black with #B42C73
Text Example
Text Example
White with #B42C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C73; }
p { color: rgb(180,44,115); }
H1.HeaderClassName
{
color: #B42C73;
}
.AnyTagClassName
{
color: #B42C73;
}
</style>
background-color css
<style>
a { background-color: #B42C73; }
a { background-color: rgb(180,44,115); }
div.DivClassName
{
background-color: #B42C73;
}
.BgClassName
{
background-color: #B42C73;
}
</style>
border-color css
<style>
span { border-color: #B42C73; }
span { border-color: rgb(180,44,115); }
td.TdClassName
{
border-color: #B42C73;
}
.TagClassName
{
border-color: #B42C73;
}
</style>