Shades of Medium Red Violet #B92876
Tints of Medium Red Violet #B92876
RGB
CMYK
RGB Variations
Color information
#B92876 (or 0xB92876) is known color: Medium Red Violet. HEX triplet: B9, 28 and 76. RGB value is (185,40,118). Sum of RGB (Red+Green+Blue) = 185+40+118=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B92876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92876 is #46D789. Grayscale: #5C5C5C. Windows color (decimal): -4642698 or 7743673. OLE color: 7743673.
HSL color Cylindrical-coordinate representation of color #B92876: hue angle of 327.72º 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 #B92876 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 118 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.27 |
| HSL | 327.72º | 0.64% | 0.44% | - |
| HSV(B) | 327.72º | 0.78% | 0.73% | - |
| XYZ | 24.04 | 13.14 | 18.41 | - |
| YUV | 92.25 | 142.54 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 118 | 0 | 0.78 | 0.36 | 0.27 | 327.72 | 0.64 | 0.44 |
| Hex | B9 | 28 | 76 | 0 | 4E | 24 | 1B | 148 | 40 | 2C |
| Octal | 271 | 50 | 166 | 0 | 116 | 44 | 33 | 510 | 100 | 54 |
| Binary | 10111001 | 101000 | 1110110 | 0 | 1001110 | 100100 | 11011 | 101001000 | 1000000 | 101100 |
Color Harmonies of #B92876
Complementary color
Monochromatic Colors of #B92876
Black with #B92876
Text Example
Text Example
White with #B92876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92876; }
p { color: rgb(185,40,118); }
H1.HeaderClassName
{
color: #B92876;
}
.AnyTagClassName
{
color: #B92876;
}
</style>
background-color css
<style>
a { background-color: #B92876; }
a { background-color: rgb(185,40,118); }
div.DivClassName
{
background-color: #B92876;
}
.BgClassName
{
background-color: #B92876;
}
</style>
border-color css
<style>
span { border-color: #B92876; }
span { border-color: rgb(185,40,118); }
td.TdClassName
{
border-color: #B92876;
}
.TagClassName
{
border-color: #B92876;
}
</style>