Shades of Medium Violet Red #B91992
Tints of Medium Violet Red #B91992
RGB
CMYK
RGB Variations
Color information
#B91992 (or 0xB91992) is known color: Medium Violet Red. HEX triplet: B9, 19 and 92. RGB value is (185,25,146). Sum of RGB (Red+Green+Blue) = 185+25+146=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B91992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91992 is #46E66D. Grayscale: #565656. Windows color (decimal): -4646510 or 9574841. OLE color: 9574841.
HSL color Cylindrical-coordinate representation of color #B91992: hue angle of 314.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 #B91992 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 146 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.27 |
| HSL | 314.63º | 0.76% | 0.41% | - |
| HSV(B) | 314.63º | 0.86% | 0.73% | - |
| XYZ | 25.54 | 13.08 | 28.37 | - |
| YUV | 86.63 | 161.51 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 146 | 0 | 0.86 | 0.21 | 0.27 | 314.63 | 0.76 | 0.41 |
| Hex | B9 | 19 | 92 | 0 | 56 | 15 | 1B | 13B | 4C | 29 |
| Octal | 271 | 31 | 222 | 0 | 126 | 25 | 33 | 473 | 114 | 51 |
| Binary | 10111001 | 11001 | 10010010 | 0 | 1010110 | 10101 | 11011 | 100111011 | 1001100 | 101001 |
Color Harmonies of #B91992
Complementary color
Monochromatic Colors of #B91992
Black with #B91992
Text Example
Text Example
White with #B91992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91992; }
p { color: rgb(185,25,146); }
H1.HeaderClassName
{
color: #B91992;
}
.AnyTagClassName
{
color: #B91992;
}
</style>
background-color css
<style>
a { background-color: #B91992; }
a { background-color: rgb(185,25,146); }
div.DivClassName
{
background-color: #B91992;
}
.BgClassName
{
background-color: #B91992;
}
</style>
border-color css
<style>
span { border-color: #B91992; }
span { border-color: rgb(185,25,146); }
td.TdClassName
{
border-color: #B91992;
}
.TagClassName
{
border-color: #B91992;
}
</style>