Shades of Medium Violet Red #B71972
Tints of Medium Violet Red #B71972
RGB
CMYK
RGB Variations
Color information
#B71972 (or 0xB71972) is known color: Medium Violet Red. HEX triplet: B7, 19 and 72. RGB value is (183,25,114). Sum of RGB (Red+Green+Blue) = 183+25+114=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B71972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71972 is #48E68D. Grayscale: #525252. Windows color (decimal): -4777614 or 7477687. OLE color: 7477687.
HSL color Cylindrical-coordinate representation of color #B71972: hue angle of 326.2º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71972 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 114 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.28 |
| HSL | 326.2º | 0.76% | 0.41% | - |
| HSV(B) | 326.2º | 0.86% | 0.72% | - |
| XYZ | 22.91 | 11.98 | 17.02 | - |
| YUV | 82.39 | 145.85 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 114 | 0 | 0.86 | 0.38 | 0.28 | 326.2 | 0.76 | 0.41 |
| Hex | B7 | 19 | 72 | 0 | 56 | 26 | 1C | 146 | 4C | 29 |
| Octal | 267 | 31 | 162 | 0 | 126 | 46 | 34 | 506 | 114 | 51 |
| Binary | 10110111 | 11001 | 1110010 | 0 | 1010110 | 100110 | 11100 | 101000110 | 1001100 | 101001 |
Color Harmonies of #B71972
Complementary color
Monochromatic Colors of #B71972
Black with #B71972
Text Example
Text Example
White with #B71972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71972; }
p { color: rgb(183,25,114); }
H1.HeaderClassName
{
color: #B71972;
}
.AnyTagClassName
{
color: #B71972;
}
</style>
background-color css
<style>
a { background-color: #B71972; }
a { background-color: rgb(183,25,114); }
div.DivClassName
{
background-color: #B71972;
}
.BgClassName
{
background-color: #B71972;
}
</style>
border-color css
<style>
span { border-color: #B71972; }
span { border-color: rgb(183,25,114); }
td.TdClassName
{
border-color: #B71972;
}
.TagClassName
{
border-color: #B71972;
}
</style>