Shades of Medium Red Violet #B92492
Tints of Medium Red Violet #B92492
RGB
CMYK
RGB Variations
Color information
#B92492 (or 0xB92492) is known color: Medium Red Violet. HEX triplet: B9, 24 and 92. RGB value is (185,36,146). Sum of RGB (Red+Green+Blue) = 185+36+146=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B92492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92492 is #46DB6D. Grayscale: #5C5C5C. Windows color (decimal): -4643694 or 9577657. OLE color: 9577657.
HSL color Cylindrical-coordinate representation of color #B92492: hue angle of 315.7º 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 #B92492 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 146 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.27 |
| HSL | 315.7º | 0.67% | 0.43% | - |
| HSV(B) | 315.7º | 0.81% | 0.73% | - |
| XYZ | 25.83 | 13.65 | 28.47 | - |
| YUV | 93.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 146 | 0 | 0.81 | 0.21 | 0.27 | 315.7 | 0.67 | 0.43 |
| Hex | B9 | 24 | 92 | 0 | 51 | 15 | 1B | 13C | 43 | 2B |
| Octal | 271 | 44 | 222 | 0 | 121 | 25 | 33 | 474 | 103 | 53 |
| Binary | 10111001 | 100100 | 10010010 | 0 | 1010001 | 10101 | 11011 | 100111100 | 1000011 | 101011 |
Color Harmonies of #B92492
Complementary color
Monochromatic Colors of #B92492
Black with #B92492
Text Example
Text Example
White with #B92492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92492; }
p { color: rgb(185,36,146); }
H1.HeaderClassName
{
color: #B92492;
}
.AnyTagClassName
{
color: #B92492;
}
</style>
background-color css
<style>
a { background-color: #B92492; }
a { background-color: rgb(185,36,146); }
div.DivClassName
{
background-color: #B92492;
}
.BgClassName
{
background-color: #B92492;
}
</style>
border-color css
<style>
span { border-color: #B92492; }
span { border-color: rgb(185,36,146); }
td.TdClassName
{
border-color: #B92492;
}
.TagClassName
{
border-color: #B92492;
}
</style>