Shades of Medium Violet Red #B71199
Tints of Medium Violet Red #B71199
RGB
CMYK
RGB Variations
Color information
#B71199 (or 0xB71199) is known color: Medium Violet Red. HEX triplet: B7, 11 and 99. RGB value is (183,17,153). Sum of RGB (Red+Green+Blue) = 183+17+153=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B71199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71199 is #48EE66. Grayscale: #515151. Windows color (decimal): -4779623 or 10031543. OLE color: 10031543.
HSL color Cylindrical-coordinate representation of color #B71199: hue angle of 310.84º 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 #B71199 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 153 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.28 |
| HSL | 310.84º | 0.83% | 0.39% | - |
| HSV(B) | 310.84º | 0.91% | 0.72% | - |
| XYZ | 25.48 | 12.77 | 31.26 | - |
| YUV | 82.14 | 168 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 153 | 0 | 0.91 | 0.16 | 0.28 | 310.84 | 0.83 | 0.39 |
| Hex | B7 | 11 | 99 | 0 | 5B | 10 | 1C | 137 | 53 | 27 |
| Octal | 267 | 21 | 231 | 0 | 133 | 20 | 34 | 467 | 123 | 47 |
| Binary | 10110111 | 10001 | 10011001 | 0 | 1011011 | 10000 | 11100 | 100110111 | 1010011 | 100111 |
Color Harmonies of #B71199
Complementary color
Monochromatic Colors of #B71199
Black with #B71199
Text Example
Text Example
White with #B71199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71199; }
p { color: rgb(183,17,153); }
H1.HeaderClassName
{
color: #B71199;
}
.AnyTagClassName
{
color: #B71199;
}
</style>
background-color css
<style>
a { background-color: #B71199; }
a { background-color: rgb(183,17,153); }
div.DivClassName
{
background-color: #B71199;
}
.BgClassName
{
background-color: #B71199;
}
</style>
border-color css
<style>
span { border-color: #B71199; }
span { border-color: rgb(183,17,153); }
td.TdClassName
{
border-color: #B71199;
}
.TagClassName
{
border-color: #B71199;
}
</style>