Shades of Medium Violet Red #B91981
Tints of Medium Violet Red #B91981
RGB
CMYK
RGB Variations
Color information
#B91981 (or 0xB91981) is known color: Medium Violet Red. HEX triplet: B9, 19 and 81. RGB value is (185,25,129). Sum of RGB (Red+Green+Blue) = 185+25+129=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B91981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91981 is #46E67E. Grayscale: #545454. Windows color (decimal): -4646527 or 8460729. OLE color: 8460729.
HSL color Cylindrical-coordinate representation of color #B91981: hue angle of 321º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91981 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 129 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.27 |
| HSL | 321º | 0.76% | 0.41% | - |
| HSV(B) | 321º | 0.86% | 0.73% | - |
| XYZ | 24.32 | 12.59 | 21.92 | - |
| YUV | 84.7 | 153.01 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 129 | 0 | 0.86 | 0.30 | 0.27 | 321 | 0.76 | 0.41 |
| Hex | B9 | 19 | 81 | 0 | 56 | 1E | 1B | 141 | 4C | 29 |
| Octal | 271 | 31 | 201 | 0 | 126 | 36 | 33 | 501 | 114 | 51 |
| Binary | 10111001 | 11001 | 10000001 | 0 | 1010110 | 11110 | 11011 | 101000001 | 1001100 | 101001 |
Color Harmonies of #B91981
Complementary color
Monochromatic Colors of #B91981
Black with #B91981
Text Example
Text Example
White with #B91981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91981; }
p { color: rgb(185,25,129); }
H1.HeaderClassName
{
color: #B91981;
}
.AnyTagClassName
{
color: #B91981;
}
</style>
background-color css
<style>
a { background-color: #B91981; }
a { background-color: rgb(185,25,129); }
div.DivClassName
{
background-color: #B91981;
}
.BgClassName
{
background-color: #B91981;
}
</style>
border-color css
<style>
span { border-color: #B91981; }
span { border-color: rgb(185,25,129); }
td.TdClassName
{
border-color: #B91981;
}
.TagClassName
{
border-color: #B91981;
}
</style>