Shades of Medium Violet Red #B91471
Tints of Medium Violet Red #B91471
RGB
CMYK
RGB Variations
Color information
#B91471 (or 0xB91471) is known color: Medium Violet Red. HEX triplet: B9, 14 and 71. RGB value is (185,20,113). Sum of RGB (Red+Green+Blue) = 185+20+113=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B91471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91471 is #46EB8E. Grayscale: #4F4F4F. Windows color (decimal): -4647823 or 7410873. OLE color: 7410873.
HSL color Cylindrical-coordinate representation of color #B91471: hue angle of 326.18º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91471 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 113 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.27 |
| HSL | 326.18º | 0.8% | 0.4% | - |
| HSV(B) | 326.18º | 0.89% | 0.73% | - |
| XYZ | 23.24 | 12.01 | 16.72 | - |
| YUV | 79.94 | 146.66 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 113 | 0 | 0.89 | 0.39 | 0.27 | 326.18 | 0.8 | 0.4 |
| Hex | B9 | 14 | 71 | 0 | 59 | 27 | 1B | 146 | 50 | 28 |
| Octal | 271 | 24 | 161 | 0 | 131 | 47 | 33 | 506 | 120 | 50 |
| Binary | 10111001 | 10100 | 1110001 | 0 | 1011001 | 100111 | 11011 | 101000110 | 1010000 | 101000 |
Color Harmonies of #B91471
Complementary color
Monochromatic Colors of #B91471
Black with #B91471
Text Example
Text Example
White with #B91471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91471; }
p { color: rgb(185,20,113); }
H1.HeaderClassName
{
color: #B91471;
}
.AnyTagClassName
{
color: #B91471;
}
</style>
background-color css
<style>
a { background-color: #B91471; }
a { background-color: rgb(185,20,113); }
div.DivClassName
{
background-color: #B91471;
}
.BgClassName
{
background-color: #B91471;
}
</style>
border-color css
<style>
span { border-color: #B91471; }
span { border-color: rgb(185,20,113); }
td.TdClassName
{
border-color: #B91471;
}
.TagClassName
{
border-color: #B91471;
}
</style>