Shades of Medium Red Violet #B72076
Tints of Medium Red Violet #B72076
RGB
CMYK
RGB Variations
Color information
#B72076 (or 0xB72076) is known color: Medium Red Violet. HEX triplet: B7, 20 and 76. RGB value is (183,32,118). Sum of RGB (Red+Green+Blue) = 183+32+118=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B72076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72076 is #48DF89. Grayscale: #565656. Windows color (decimal): -4775818 or 7741623. OLE color: 7741623.
HSL color Cylindrical-coordinate representation of color #B72076: hue angle of 325.83º 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 #B72076 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 118 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.28 |
| HSL | 325.83º | 0.7% | 0.42% | - |
| HSV(B) | 325.83º | 0.83% | 0.72% | - |
| XYZ | 23.31 | 12.41 | 18.31 | - |
| YUV | 86.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 118 | 0 | 0.83 | 0.36 | 0.28 | 325.83 | 0.7 | 0.42 |
| Hex | B7 | 20 | 76 | 0 | 53 | 24 | 1C | 146 | 46 | 2A |
| Octal | 267 | 40 | 166 | 0 | 123 | 44 | 34 | 506 | 106 | 52 |
| Binary | 10110111 | 100000 | 1110110 | 0 | 1010011 | 100100 | 11100 | 101000110 | 1000110 | 101010 |
Color Harmonies of #B72076
Complementary color
Monochromatic Colors of #B72076
Black with #B72076
Text Example
Text Example
White with #B72076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72076; }
p { color: rgb(183,32,118); }
H1.HeaderClassName
{
color: #B72076;
}
.AnyTagClassName
{
color: #B72076;
}
</style>
background-color css
<style>
a { background-color: #B72076; }
a { background-color: rgb(183,32,118); }
div.DivClassName
{
background-color: #B72076;
}
.BgClassName
{
background-color: #B72076;
}
</style>
border-color css
<style>
span { border-color: #B72076; }
span { border-color: rgb(183,32,118); }
td.TdClassName
{
border-color: #B72076;
}
.TagClassName
{
border-color: #B72076;
}
</style>