Shades of Medium Red Violet #B92488
Tints of Medium Red Violet #B92488
RGB
CMYK
RGB Variations
Color information
#B92488 (or 0xB92488) is known color: Medium Red Violet. HEX triplet: B9, 24 and 88. RGB value is (185,36,136). Sum of RGB (Red+Green+Blue) = 185+36+136=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B92488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92488 is #46DB77. Grayscale: #5B5B5B. Windows color (decimal): -4643704 or 8922297. OLE color: 8922297.
HSL color Cylindrical-coordinate representation of color #B92488: hue angle of 319.73º 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 #B92488 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 136 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.27 |
| HSL | 319.73º | 0.67% | 0.43% | - |
| HSV(B) | 319.73º | 0.81% | 0.73% | - |
| XYZ | 25.08 | 13.35 | 24.55 | - |
| YUV | 91.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 136 | 0 | 0.81 | 0.26 | 0.27 | 319.73 | 0.67 | 0.43 |
| Hex | B9 | 24 | 88 | 0 | 51 | 1A | 1B | 140 | 43 | 2B |
| Octal | 271 | 44 | 210 | 0 | 121 | 32 | 33 | 500 | 103 | 53 |
| Binary | 10111001 | 100100 | 10001000 | 0 | 1010001 | 11010 | 11011 | 101000000 | 1000011 | 101011 |
Color Harmonies of #B92488
Complementary color
Monochromatic Colors of #B92488
Black with #B92488
Text Example
Text Example
White with #B92488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92488; }
p { color: rgb(185,36,136); }
H1.HeaderClassName
{
color: #B92488;
}
.AnyTagClassName
{
color: #B92488;
}
</style>
background-color css
<style>
a { background-color: #B92488; }
a { background-color: rgb(185,36,136); }
div.DivClassName
{
background-color: #B92488;
}
.BgClassName
{
background-color: #B92488;
}
</style>
border-color css
<style>
span { border-color: #B92488; }
span { border-color: rgb(185,36,136); }
td.TdClassName
{
border-color: #B92488;
}
.TagClassName
{
border-color: #B92488;
}
</style>