Shades of Medium Red Violet #B92A8C
Tints of Medium Red Violet #B92A8C
RGB
CMYK
RGB Variations
Color information
#B92A8C (or 0xB92A8C) is known color: Medium Red Violet. HEX triplet: B9, 2A and 8C. RGB value is (185,42,140). Sum of RGB (Red+Green+Blue) = 185+42+140=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92A8C is #46D573. Grayscale: #5F5F5F. Windows color (decimal): -4642164 or 9185977. OLE color: 9185977.
HSL color Cylindrical-coordinate representation of color #B92A8C: hue angle of 318.88º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92A8C is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 140 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.27 |
| HSL | 318.88º | 0.63% | 0.45% | - |
| HSV(B) | 318.88º | 0.77% | 0.73% | - |
| XYZ | 25.57 | 13.86 | 26.14 | - |
| YUV | 95.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 140 | 0 | 0.77 | 0.24 | 0.27 | 318.88 | 0.63 | 0.45 |
| Hex | B9 | 2A | 8C | 0 | 4D | 18 | 1B | 13F | 3F | 2D |
| Octal | 271 | 52 | 214 | 0 | 115 | 30 | 33 | 477 | 77 | 55 |
| Binary | 10111001 | 101010 | 10001100 | 0 | 1001101 | 11000 | 11011 | 100111111 | 111111 | 101101 |
Color Harmonies of #B92A8C
Complementary color
Monochromatic Colors of #B92A8C
Black with #B92A8C
Text Example
Text Example
White with #B92A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92A8C; }
p { color: rgb(185,42,140); }
H1.HeaderClassName
{
color: #B92A8C;
}
.AnyTagClassName
{
color: #B92A8C;
}
</style>
background-color css
<style>
a { background-color: #B92A8C; }
a { background-color: rgb(185,42,140); }
div.DivClassName
{
background-color: #B92A8C;
}
.BgClassName
{
background-color: #B92A8C;
}
</style>
border-color css
<style>
span { border-color: #B92A8C; }
span { border-color: rgb(185,42,140); }
td.TdClassName
{
border-color: #B92A8C;
}
.TagClassName
{
border-color: #B92A8C;
}
</style>