Shades of Medium Violet Red #B71990
Tints of Medium Violet Red #B71990
RGB
CMYK
RGB Variations
Color information
#B71990 (or 0xB71990) is known color: Medium Violet Red. HEX triplet: B7, 19 and 90. RGB value is (183,25,144). Sum of RGB (Red+Green+Blue) = 183+25+144=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B71990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71990 is #48E66F. Grayscale: #555555. Windows color (decimal): -4777584 or 9443767. OLE color: 9443767.
HSL color Cylindrical-coordinate representation of color #B71990: hue angle of 314.81º 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 #B71990 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 144 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.28 |
| HSL | 314.81º | 0.76% | 0.41% | - |
| HSV(B) | 314.81º | 0.86% | 0.72% | - |
| XYZ | 24.91 | 12.78 | 27.54 | - |
| YUV | 85.81 | 160.85 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 144 | 0 | 0.86 | 0.21 | 0.28 | 314.81 | 0.76 | 0.41 |
| Hex | B7 | 19 | 90 | 0 | 56 | 15 | 1C | 13B | 4C | 29 |
| Octal | 267 | 31 | 220 | 0 | 126 | 25 | 34 | 473 | 114 | 51 |
| Binary | 10110111 | 11001 | 10010000 | 0 | 1010110 | 10101 | 11100 | 100111011 | 1001100 | 101001 |
Color Harmonies of #B71990
Complementary color
Monochromatic Colors of #B71990
Black with #B71990
Text Example
Text Example
White with #B71990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71990; }
p { color: rgb(183,25,144); }
H1.HeaderClassName
{
color: #B71990;
}
.AnyTagClassName
{
color: #B71990;
}
</style>
background-color css
<style>
a { background-color: #B71990; }
a { background-color: rgb(183,25,144); }
div.DivClassName
{
background-color: #B71990;
}
.BgClassName
{
background-color: #B71990;
}
</style>
border-color css
<style>
span { border-color: #B71990; }
span { border-color: rgb(183,25,144); }
td.TdClassName
{
border-color: #B71990;
}
.TagClassName
{
border-color: #B71990;
}
</style>