Shades of Medium Red Violet #B72070
Tints of Medium Red Violet #B72070
RGB
CMYK
RGB Variations
Color information
#B72070 (or 0xB72070) is known color: Medium Red Violet. HEX triplet: B7, 20 and 70. RGB value is (183,32,112). Sum of RGB (Red+Green+Blue) = 183+32+112=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B72070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72070 is #48DF8F. Grayscale: #565656. Windows color (decimal): -4775824 or 7348407. OLE color: 7348407.
HSL color Cylindrical-coordinate representation of color #B72070: hue angle of 328.21º 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 #B72070 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 112 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.28 |
| HSL | 328.21º | 0.7% | 0.42% | - |
| HSV(B) | 328.21º | 0.83% | 0.72% | - |
| XYZ | 22.97 | 12.27 | 16.49 | - |
| YUV | 86.27 | 142.53 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 112 | 0 | 0.83 | 0.39 | 0.28 | 328.21 | 0.7 | 0.42 |
| Hex | B7 | 20 | 70 | 0 | 53 | 27 | 1C | 148 | 46 | 2A |
| Octal | 267 | 40 | 160 | 0 | 123 | 47 | 34 | 510 | 106 | 52 |
| Binary | 10110111 | 100000 | 1110000 | 0 | 1010011 | 100111 | 11100 | 101001000 | 1000110 | 101010 |
Color Harmonies of #B72070
Complementary color
Monochromatic Colors of #B72070
Black with #B72070
Text Example
Text Example
White with #B72070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72070; }
p { color: rgb(183,32,112); }
H1.HeaderClassName
{
color: #B72070;
}
.AnyTagClassName
{
color: #B72070;
}
</style>
background-color css
<style>
a { background-color: #B72070; }
a { background-color: rgb(183,32,112); }
div.DivClassName
{
background-color: #B72070;
}
.BgClassName
{
background-color: #B72070;
}
</style>
border-color css
<style>
span { border-color: #B72070; }
span { border-color: rgb(183,32,112); }
td.TdClassName
{
border-color: #B72070;
}
.TagClassName
{
border-color: #B72070;
}
</style>