Shades of Medium Red Violet #B92497
Tints of Medium Red Violet #B92497
RGB
CMYK
RGB Variations
Color information
#B92497 (or 0xB92497) is known color: Medium Red Violet. HEX triplet: B9, 24 and 97. RGB value is (185,36,151). Sum of RGB (Red+Green+Blue) = 185+36+151=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B92497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92497 is #46DB68. Grayscale: #5D5D5D. Windows color (decimal): -4643689 or 9905337. OLE color: 9905337.
HSL color Cylindrical-coordinate representation of color #B92497: hue angle of 313.69º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92497 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 151 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.27 |
| HSL | 313.69º | 0.67% | 0.43% | - |
| HSV(B) | 313.69º | 0.81% | 0.73% | - |
| XYZ | 26.22 | 13.81 | 30.56 | - |
| YUV | 93.66 | 160.36 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 151 | 0 | 0.81 | 0.18 | 0.27 | 313.69 | 0.67 | 0.43 |
| Hex | B9 | 24 | 97 | 0 | 51 | 12 | 1B | 13A | 43 | 2B |
| Octal | 271 | 44 | 227 | 0 | 121 | 22 | 33 | 472 | 103 | 53 |
| Binary | 10111001 | 100100 | 10010111 | 0 | 1010001 | 10010 | 11011 | 100111010 | 1000011 | 101011 |
Color Harmonies of #B92497
Complementary color
Monochromatic Colors of #B92497
Black with #B92497
Text Example
Text Example
White with #B92497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92497; }
p { color: rgb(185,36,151); }
H1.HeaderClassName
{
color: #B92497;
}
.AnyTagClassName
{
color: #B92497;
}
</style>
background-color css
<style>
a { background-color: #B92497; }
a { background-color: rgb(185,36,151); }
div.DivClassName
{
background-color: #B92497;
}
.BgClassName
{
background-color: #B92497;
}
</style>
border-color css
<style>
span { border-color: #B92497; }
span { border-color: rgb(185,36,151); }
td.TdClassName
{
border-color: #B92497;
}
.TagClassName
{
border-color: #B92497;
}
</style>