Shades of Medium Red Violet #B92296
Tints of Medium Red Violet #B92296
RGB
CMYK
RGB Variations
Color information
#B92296 (or 0xB92296) is known color: Medium Red Violet. HEX triplet: B9, 22 and 96. RGB value is (185,34,150). Sum of RGB (Red+Green+Blue) = 185+34+150=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B92296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92296 is #46DD69. Grayscale: #5C5C5C. Windows color (decimal): -4644202 or 9839289. OLE color: 9839289.
HSL color Cylindrical-coordinate representation of color #B92296: hue angle of 313.91º degrees, saturation: 0.69, 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 #B92296 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 34 | 150 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.27 |
| HSL | 313.91º | 0.69% | 0.43% | - |
| HSV(B) | 313.91º | 0.82% | 0.73% | - |
| XYZ | 26.08 | 13.66 | 30.12 | - |
| YUV | 92.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 150 | 0 | 0.82 | 0.19 | 0.27 | 313.91 | 0.69 | 0.43 |
| Hex | B9 | 22 | 96 | 0 | 52 | 13 | 1B | 13A | 45 | 2B |
| Octal | 271 | 42 | 226 | 0 | 122 | 23 | 33 | 472 | 105 | 53 |
| Binary | 10111001 | 100010 | 10010110 | 0 | 1010010 | 10011 | 11011 | 100111010 | 1000101 | 101011 |
Color Harmonies of #B92296
Complementary color
Monochromatic Colors of #B92296
Black with #B92296
Text Example
Text Example
White with #B92296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92296; }
p { color: rgb(185,34,150); }
H1.HeaderClassName
{
color: #B92296;
}
.AnyTagClassName
{
color: #B92296;
}
</style>
background-color css
<style>
a { background-color: #B92296; }
a { background-color: rgb(185,34,150); }
div.DivClassName
{
background-color: #B92296;
}
.BgClassName
{
background-color: #B92296;
}
</style>
border-color css
<style>
span { border-color: #B92296; }
span { border-color: rgb(185,34,150); }
td.TdClassName
{
border-color: #B92296;
}
.TagClassName
{
border-color: #B92296;
}
</style>