Shades of Medium Red Violet #B92B8C
Tints of Medium Red Violet #B92B8C
RGB
CMYK
RGB Variations
Color information
#B92B8C (or 0xB92B8C) is known color: Medium Red Violet. HEX triplet: B9, 2B and 8C. RGB value is (185,43,140). Sum of RGB (Red+Green+Blue) = 185+43+140=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B92B8C is #46D473. Grayscale: #606060. Windows color (decimal): -4641908 or 9186233. OLE color: 9186233.
HSL color Cylindrical-coordinate representation of color #B92B8C: hue angle of 319.01º degrees, saturation: 0.62, 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 #B92B8C is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 43 | 140 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.27 |
| HSL | 319.01º | 0.62% | 0.45% | - |
| HSV(B) | 319.01º | 0.77% | 0.73% | - |
| XYZ | 25.61 | 13.94 | 26.15 | - |
| YUV | 96.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 43 | 140 | 0 | 0.77 | 0.24 | 0.27 | 319.01 | 0.62 | 0.45 |
| Hex | B9 | 2B | 8C | 0 | 4D | 18 | 1B | 13F | 3E | 2D |
| Octal | 271 | 53 | 214 | 0 | 115 | 30 | 33 | 477 | 76 | 55 |
| Binary | 10111001 | 101011 | 10001100 | 0 | 1001101 | 11000 | 11011 | 100111111 | 111110 | 101101 |
Color Harmonies of #B92B8C
Complementary color
Monochromatic Colors of #B92B8C
Black with #B92B8C
Text Example
Text Example
White with #B92B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92B8C; }
p { color: rgb(185,43,140); }
H1.HeaderClassName
{
color: #B92B8C;
}
.AnyTagClassName
{
color: #B92B8C;
}
</style>
background-color css
<style>
a { background-color: #B92B8C; }
a { background-color: rgb(185,43,140); }
div.DivClassName
{
background-color: #B92B8C;
}
.BgClassName
{
background-color: #B92B8C;
}
</style>
border-color css
<style>
span { border-color: #B92B8C; }
span { border-color: rgb(185,43,140); }
td.TdClassName
{
border-color: #B92B8C;
}
.TagClassName
{
border-color: #B92B8C;
}
</style>