Shades of Medium Violet Red #B92199
Tints of Medium Violet Red #B92199
RGB
CMYK
RGB Variations
Color information
#B92199 (or 0xB92199) is known color: Medium Violet Red. HEX triplet: B9, 21 and 99. RGB value is (185,33,153). Sum of RGB (Red+Green+Blue) = 185+33+153=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B92199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92199 is #46DE66. Grayscale: #5B5B5B. Windows color (decimal): -4644455 or 10035641. OLE color: 10035641.
HSL color Cylindrical-coordinate representation of color #B92199: hue angle of 312.63º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92199 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 153 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.27 |
| HSL | 312.63º | 0.7% | 0.43% | - |
| HSV(B) | 312.63º | 0.82% | 0.73% | - |
| XYZ | 26.3 | 13.7 | 31.4 | - |
| YUV | 92.13 | 162.36 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 153 | 0 | 0.82 | 0.17 | 0.27 | 312.63 | 0.7 | 0.43 |
| Hex | B9 | 21 | 99 | 0 | 52 | 11 | 1B | 139 | 46 | 2B |
| Octal | 271 | 41 | 231 | 0 | 122 | 21 | 33 | 471 | 106 | 53 |
| Binary | 10111001 | 100001 | 10011001 | 0 | 1010010 | 10001 | 11011 | 100111001 | 1000110 | 101011 |
Color Harmonies of #B92199
Complementary color
Monochromatic Colors of #B92199
Black with #B92199
Text Example
Text Example
White with #B92199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92199; }
p { color: rgb(185,33,153); }
H1.HeaderClassName
{
color: #B92199;
}
.AnyTagClassName
{
color: #B92199;
}
</style>
background-color css
<style>
a { background-color: #B92199; }
a { background-color: rgb(185,33,153); }
div.DivClassName
{
background-color: #B92199;
}
.BgClassName
{
background-color: #B92199;
}
</style>
border-color css
<style>
span { border-color: #B92199; }
span { border-color: rgb(185,33,153); }
td.TdClassName
{
border-color: #B92199;
}
.TagClassName
{
border-color: #B92199;
}
</style>