Shades of Medium Red Violet #B72078
Tints of Medium Red Violet #B72078
RGB
CMYK
RGB Variations
Color information
#B72078 (or 0xB72078) is known color: Medium Red Violet. HEX triplet: B7, 20 and 78. RGB value is (183,32,120). Sum of RGB (Red+Green+Blue) = 183+32+120=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B72078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72078 is #48DF87. Grayscale: #565656. Windows color (decimal): -4775816 or 7872695. OLE color: 7872695.
HSL color Cylindrical-coordinate representation of color #B72078: hue angle of 325.03º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72078 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 120 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.28 |
| HSL | 325.03º | 0.7% | 0.42% | - |
| HSV(B) | 325.03º | 0.83% | 0.72% | - |
| XYZ | 23.44 | 12.46 | 18.94 | - |
| YUV | 87.18 | 146.53 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 120 | 0 | 0.83 | 0.34 | 0.28 | 325.03 | 0.7 | 0.42 |
| Hex | B7 | 20 | 78 | 0 | 53 | 22 | 1C | 145 | 46 | 2A |
| Octal | 267 | 40 | 170 | 0 | 123 | 42 | 34 | 505 | 106 | 52 |
| Binary | 10110111 | 100000 | 1111000 | 0 | 1010011 | 100010 | 11100 | 101000101 | 1000110 | 101010 |
Color Harmonies of #B72078
Complementary color
Monochromatic Colors of #B72078
Black with #B72078
Text Example
Text Example
White with #B72078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72078; }
p { color: rgb(183,32,120); }
H1.HeaderClassName
{
color: #B72078;
}
.AnyTagClassName
{
color: #B72078;
}
</style>
background-color css
<style>
a { background-color: #B72078; }
a { background-color: rgb(183,32,120); }
div.DivClassName
{
background-color: #B72078;
}
.BgClassName
{
background-color: #B72078;
}
</style>
border-color css
<style>
span { border-color: #B72078; }
span { border-color: rgb(183,32,120); }
td.TdClassName
{
border-color: #B72078;
}
.TagClassName
{
border-color: #B72078;
}
</style>