Shades of Medium Violet Red #B71190
Tints of Medium Violet Red #B71190
RGB
CMYK
RGB Variations
Color information
#B71190 (or 0xB71190) is known color: Medium Violet Red. HEX triplet: B7, 11 and 90. RGB value is (183,17,144). Sum of RGB (Red+Green+Blue) = 183+17+144=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B71190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71190 is #48EE6F. Grayscale: #505050. Windows color (decimal): -4779632 or 9441719. OLE color: 9441719.
HSL color Cylindrical-coordinate representation of color #B71190: hue angle of 314.1º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71190 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 144 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.28 |
| HSL | 314.1º | 0.83% | 0.39% | - |
| HSV(B) | 314.1º | 0.91% | 0.72% | - |
| XYZ | 24.76 | 12.48 | 27.49 | - |
| YUV | 81.11 | 163.5 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 144 | 0 | 0.91 | 0.21 | 0.28 | 314.1 | 0.83 | 0.39 |
| Hex | B7 | 11 | 90 | 0 | 5B | 15 | 1C | 13A | 53 | 27 |
| Octal | 267 | 21 | 220 | 0 | 133 | 25 | 34 | 472 | 123 | 47 |
| Binary | 10110111 | 10001 | 10010000 | 0 | 1011011 | 10101 | 11100 | 100111010 | 1010011 | 100111 |
Color Harmonies of #B71190
Complementary color
Monochromatic Colors of #B71190
Black with #B71190
Text Example
Text Example
White with #B71190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71190; }
p { color: rgb(183,17,144); }
H1.HeaderClassName
{
color: #B71190;
}
.AnyTagClassName
{
color: #B71190;
}
</style>
background-color css
<style>
a { background-color: #B71190; }
a { background-color: rgb(183,17,144); }
div.DivClassName
{
background-color: #B71190;
}
.BgClassName
{
background-color: #B71190;
}
</style>
border-color css
<style>
span { border-color: #B71190; }
span { border-color: rgb(183,17,144); }
td.TdClassName
{
border-color: #B71190;
}
.TagClassName
{
border-color: #B71190;
}
</style>