Shades of Medium Red Violet #B92977
Tints of Medium Red Violet #B92977
RGB
CMYK
RGB Variations
Color information
#B92977 (or 0xB92977) is known color: Medium Red Violet. HEX triplet: B9, 29 and 77. RGB value is (185,41,119). Sum of RGB (Red+Green+Blue) = 185+41+119=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B92977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92977 is #46D688. Grayscale: #5C5C5C. Windows color (decimal): -4642441 or 7809465. OLE color: 7809465.
HSL color Cylindrical-coordinate representation of color #B92977: hue angle of 327.5º 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 #B92977 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 119 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.27 |
| HSL | 327.5º | 0.64% | 0.44% | - |
| HSV(B) | 327.5º | 0.78% | 0.73% | - |
| XYZ | 24.13 | 13.23 | 18.74 | - |
| YUV | 92.95 | 142.71 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 119 | 0 | 0.78 | 0.36 | 0.27 | 327.5 | 0.64 | 0.44 |
| Hex | B9 | 29 | 77 | 0 | 4E | 24 | 1B | 148 | 40 | 2C |
| Octal | 271 | 51 | 167 | 0 | 116 | 44 | 33 | 510 | 100 | 54 |
| Binary | 10111001 | 101001 | 1110111 | 0 | 1001110 | 100100 | 11011 | 101001000 | 1000000 | 101100 |
Color Harmonies of #B92977
Complementary color
Monochromatic Colors of #B92977
Black with #B92977
Text Example
Text Example
White with #B92977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92977; }
p { color: rgb(185,41,119); }
H1.HeaderClassName
{
color: #B92977;
}
.AnyTagClassName
{
color: #B92977;
}
</style>
background-color css
<style>
a { background-color: #B92977; }
a { background-color: rgb(185,41,119); }
div.DivClassName
{
background-color: #B92977;
}
.BgClassName
{
background-color: #B92977;
}
</style>
border-color css
<style>
span { border-color: #B92977; }
span { border-color: rgb(185,41,119); }
td.TdClassName
{
border-color: #B92977;
}
.TagClassName
{
border-color: #B92977;
}
</style>