Shades of Medium Violet Red #B91982
Tints of Medium Violet Red #B91982
RGB
CMYK
RGB Variations
Color information
#B91982 (or 0xB91982) is known color: Medium Violet Red. HEX triplet: B9, 19 and 82. RGB value is (185,25,130). Sum of RGB (Red+Green+Blue) = 185+25+130=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B91982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91982 is #46E67D. Grayscale: #545454. Windows color (decimal): -4646526 or 8526265. OLE color: 8526265.
HSL color Cylindrical-coordinate representation of color #B91982: hue angle of 320.62º 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 #B91982 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 130 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.27 |
| HSL | 320.63º | 0.76% | 0.41% | - |
| HSV(B) | 320.63º | 0.86% | 0.73% | - |
| XYZ | 24.38 | 12.62 | 22.27 | - |
| YUV | 84.81 | 153.51 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 130 | 0 | 0.86 | 0.30 | 0.27 | 320.63 | 0.76 | 0.41 |
| Hex | B9 | 19 | 82 | 0 | 56 | 1E | 1B | 141 | 4C | 29 |
| Octal | 271 | 31 | 202 | 0 | 126 | 36 | 33 | 501 | 114 | 51 |
| Binary | 10111001 | 11001 | 10000010 | 0 | 1010110 | 11110 | 11011 | 101000001 | 1001100 | 101001 |
Color Harmonies of #B91982
Complementary color
Monochromatic Colors of #B91982
Black with #B91982
Text Example
Text Example
White with #B91982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91982; }
p { color: rgb(185,25,130); }
H1.HeaderClassName
{
color: #B91982;
}
.AnyTagClassName
{
color: #B91982;
}
</style>
background-color css
<style>
a { background-color: #B91982; }
a { background-color: rgb(185,25,130); }
div.DivClassName
{
background-color: #B91982;
}
.BgClassName
{
background-color: #B91982;
}
</style>
border-color css
<style>
span { border-color: #B91982; }
span { border-color: rgb(185,25,130); }
td.TdClassName
{
border-color: #B91982;
}
.TagClassName
{
border-color: #B91982;
}
</style>