Shades of Medium Violet Red #B92197
Tints of Medium Violet Red #B92197
RGB
CMYK
RGB Variations
Color information
#B92197 (or 0xB92197) is known color: Medium Violet Red. HEX triplet: B9, 21 and 97. RGB value is (185,33,151). Sum of RGB (Red+Green+Blue) = 185+33+151=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B92197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92197 is #46DE68. Grayscale: #5B5B5B. Windows color (decimal): -4644457 or 9904569. OLE color: 9904569.
HSL color Cylindrical-coordinate representation of color #B92197: hue angle of 313.42º 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 #B92197 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 151 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.27 |
| HSL | 313.42º | 0.7% | 0.43% | - |
| HSV(B) | 313.42º | 0.82% | 0.73% | - |
| XYZ | 26.14 | 13.64 | 30.53 | - |
| YUV | 91.9 | 161.36 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 151 | 0 | 0.82 | 0.18 | 0.27 | 313.42 | 0.7 | 0.43 |
| Hex | B9 | 21 | 97 | 0 | 52 | 12 | 1B | 139 | 46 | 2B |
| Octal | 271 | 41 | 227 | 0 | 122 | 22 | 33 | 471 | 106 | 53 |
| Binary | 10111001 | 100001 | 10010111 | 0 | 1010010 | 10010 | 11011 | 100111001 | 1000110 | 101011 |
Color Harmonies of #B92197
Complementary color
Monochromatic Colors of #B92197
Black with #B92197
Text Example
Text Example
White with #B92197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92197; }
p { color: rgb(185,33,151); }
H1.HeaderClassName
{
color: #B92197;
}
.AnyTagClassName
{
color: #B92197;
}
</style>
background-color css
<style>
a { background-color: #B92197; }
a { background-color: rgb(185,33,151); }
div.DivClassName
{
background-color: #B92197;
}
.BgClassName
{
background-color: #B92197;
}
</style>
border-color css
<style>
span { border-color: #B92197; }
span { border-color: rgb(185,33,151); }
td.TdClassName
{
border-color: #B92197;
}
.TagClassName
{
border-color: #B92197;
}
</style>