Shades of Medium Red Violet #B72071
Tints of Medium Red Violet #B72071
RGB
CMYK
RGB Variations
Color information
#B72071 (or 0xB72071) is known color: Medium Red Violet. HEX triplet: B7, 20 and 71. RGB value is (183,32,113). Sum of RGB (Red+Green+Blue) = 183+32+113=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B72071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72071 is #48DF8E. Grayscale: #565656. Windows color (decimal): -4775823 or 7413943. OLE color: 7413943.
HSL color Cylindrical-coordinate representation of color #B72071: hue angle of 327.81º 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 #B72071 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 113 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.28 |
| HSL | 327.81º | 0.7% | 0.42% | - |
| HSV(B) | 327.81º | 0.83% | 0.72% | - |
| XYZ | 23.03 | 12.29 | 16.78 | - |
| YUV | 86.38 | 143.03 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 113 | 0 | 0.83 | 0.38 | 0.28 | 327.81 | 0.7 | 0.42 |
| Hex | B7 | 20 | 71 | 0 | 53 | 26 | 1C | 148 | 46 | 2A |
| Octal | 267 | 40 | 161 | 0 | 123 | 46 | 34 | 510 | 106 | 52 |
| Binary | 10110111 | 100000 | 1110001 | 0 | 1010011 | 100110 | 11100 | 101001000 | 1000110 | 101010 |
Color Harmonies of #B72071
Complementary color
Monochromatic Colors of #B72071
Black with #B72071
Text Example
Text Example
White with #B72071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72071; }
p { color: rgb(183,32,113); }
H1.HeaderClassName
{
color: #B72071;
}
.AnyTagClassName
{
color: #B72071;
}
</style>
background-color css
<style>
a { background-color: #B72071; }
a { background-color: rgb(183,32,113); }
div.DivClassName
{
background-color: #B72071;
}
.BgClassName
{
background-color: #B72071;
}
</style>
border-color css
<style>
span { border-color: #B72071; }
span { border-color: rgb(183,32,113); }
td.TdClassName
{
border-color: #B72071;
}
.TagClassName
{
border-color: #B72071;
}
</style>