Shades of Medium Violet Red #B71982
Tints of Medium Violet Red #B71982
RGB
CMYK
RGB Variations
Color information
#B71982 (or 0xB71982) is known color: Medium Violet Red. HEX triplet: B7, 19 and 82. RGB value is (183,25,130). Sum of RGB (Red+Green+Blue) = 183+25+130=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B71982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71982 is #48E67D. Grayscale: #535353. Windows color (decimal): -4777598 or 8526263. OLE color: 8526263.
HSL color Cylindrical-coordinate representation of color #B71982: hue angle of 320.13º 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 #B71982 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 130 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.28 |
| HSL | 320.13º | 0.76% | 0.41% | - |
| HSV(B) | 320.13º | 0.86% | 0.72% | - |
| XYZ | 23.91 | 12.37 | 22.25 | - |
| YUV | 84.21 | 153.85 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 130 | 0 | 0.86 | 0.29 | 0.28 | 320.13 | 0.76 | 0.41 |
| Hex | B7 | 19 | 82 | 0 | 56 | 1D | 1C | 140 | 4C | 29 |
| Octal | 267 | 31 | 202 | 0 | 126 | 35 | 34 | 500 | 114 | 51 |
| Binary | 10110111 | 11001 | 10000010 | 0 | 1010110 | 11101 | 11100 | 101000000 | 1001100 | 101001 |
Color Harmonies of #B71982
Complementary color
Monochromatic Colors of #B71982
Black with #B71982
Text Example
Text Example
White with #B71982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71982; }
p { color: rgb(183,25,130); }
H1.HeaderClassName
{
color: #B71982;
}
.AnyTagClassName
{
color: #B71982;
}
</style>
background-color css
<style>
a { background-color: #B71982; }
a { background-color: rgb(183,25,130); }
div.DivClassName
{
background-color: #B71982;
}
.BgClassName
{
background-color: #B71982;
}
</style>
border-color css
<style>
span { border-color: #B71982; }
span { border-color: rgb(183,25,130); }
td.TdClassName
{
border-color: #B71982;
}
.TagClassName
{
border-color: #B71982;
}
</style>