Shades of Medium Red Violet #B92887
Tints of Medium Red Violet #B92887
RGB
CMYK
RGB Variations
Color information
#B92887 (or 0xB92887) is known color: Medium Red Violet. HEX triplet: B9, 28 and 87. RGB value is (185,40,135). Sum of RGB (Red+Green+Blue) = 185+40+135=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B92887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92887 is #46D778. Grayscale: #5D5D5D. Windows color (decimal): -4642681 or 8857785. OLE color: 8857785.
HSL color Cylindrical-coordinate representation of color #B92887: hue angle of 320.69º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92887 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 135 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.27 |
| HSL | 320.69º | 0.64% | 0.44% | - |
| HSV(B) | 320.69º | 0.78% | 0.73% | - |
| XYZ | 25.14 | 13.58 | 24.22 | - |
| YUV | 94.19 | 151.04 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 135 | 0 | 0.78 | 0.27 | 0.27 | 320.69 | 0.64 | 0.44 |
| Hex | B9 | 28 | 87 | 0 | 4E | 1B | 1B | 141 | 40 | 2C |
| Octal | 271 | 50 | 207 | 0 | 116 | 33 | 33 | 501 | 100 | 54 |
| Binary | 10111001 | 101000 | 10000111 | 0 | 1001110 | 11011 | 11011 | 101000001 | 1000000 | 101100 |
Color Harmonies of #B92887
Complementary color
Monochromatic Colors of #B92887
Black with #B92887
Text Example
Text Example
White with #B92887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92887; }
p { color: rgb(185,40,135); }
H1.HeaderClassName
{
color: #B92887;
}
.AnyTagClassName
{
color: #B92887;
}
</style>
background-color css
<style>
a { background-color: #B92887; }
a { background-color: rgb(185,40,135); }
div.DivClassName
{
background-color: #B92887;
}
.BgClassName
{
background-color: #B92887;
}
</style>
border-color css
<style>
span { border-color: #B92887; }
span { border-color: rgb(185,40,135); }
td.TdClassName
{
border-color: #B92887;
}
.TagClassName
{
border-color: #B92887;
}
</style>