Shades of Medium Violet Red #B71490
Tints of Medium Violet Red #B71490
RGB
CMYK
RGB Variations
Color information
#B71490 (or 0xB71490) is known color: Medium Violet Red. HEX triplet: B7, 14 and 90. RGB value is (183,20,144). Sum of RGB (Red+Green+Blue) = 183+20+144=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B71490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71490 is #48EB6F. Grayscale: #525252. Windows color (decimal): -4778864 or 9442487. OLE color: 9442487.
HSL color Cylindrical-coordinate representation of color #B71490: hue angle of 314.36º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71490 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 144 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.28 |
| HSL | 314.36º | 0.8% | 0.4% | - |
| HSV(B) | 314.36º | 0.89% | 0.72% | - |
| XYZ | 24.81 | 12.58 | 27.51 | - |
| YUV | 82.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 144 | 0 | 0.89 | 0.21 | 0.28 | 314.36 | 0.8 | 0.4 |
| Hex | B7 | 14 | 90 | 0 | 59 | 15 | 1C | 13A | 50 | 28 |
| Octal | 267 | 24 | 220 | 0 | 131 | 25 | 34 | 472 | 120 | 50 |
| Binary | 10110111 | 10100 | 10010000 | 0 | 1011001 | 10101 | 11100 | 100111010 | 1010000 | 101000 |
Color Harmonies of #B71490
Complementary color
Monochromatic Colors of #B71490
Black with #B71490
Text Example
Text Example
White with #B71490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71490; }
p { color: rgb(183,20,144); }
H1.HeaderClassName
{
color: #B71490;
}
.AnyTagClassName
{
color: #B71490;
}
</style>
background-color css
<style>
a { background-color: #B71490; }
a { background-color: rgb(183,20,144); }
div.DivClassName
{
background-color: #B71490;
}
.BgClassName
{
background-color: #B71490;
}
</style>
border-color css
<style>
span { border-color: #B71490; }
span { border-color: rgb(183,20,144); }
td.TdClassName
{
border-color: #B71490;
}
.TagClassName
{
border-color: #B71490;
}
</style>