Shades of Medium Violet Red #B81C8C
Tints of Medium Violet Red #B81C8C
RGB
CMYK
RGB Variations
Color information
#B81C8C (or 0xB81C8C) is known color: Medium Violet Red. HEX triplet: B8, 1C and 8C. RGB value is (184,28,140). Sum of RGB (Red+Green+Blue) = 184+28+140=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81C8C is #47E373. Grayscale: #575757. Windows color (decimal): -4711284 or 9182392. OLE color: 9182392.
HSL color Cylindrical-coordinate representation of color #B81C8C: hue angle of 316.92º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81C8C is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 28 | 140 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.28 |
| HSL | 316.92º | 0.74% | 0.42% | - |
| HSV(B) | 316.92º | 0.85% | 0.72% | - |
| XYZ | 24.92 | 12.91 | 25.99 | - |
| YUV | 87.41 | 157.68 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 140 | 0 | 0.85 | 0.24 | 0.28 | 316.92 | 0.74 | 0.42 |
| Hex | B8 | 1C | 8C | 0 | 55 | 18 | 1C | 13D | 4A | 2A |
| Octal | 270 | 34 | 214 | 0 | 125 | 30 | 34 | 475 | 112 | 52 |
| Binary | 10111000 | 11100 | 10001100 | 0 | 1010101 | 11000 | 11100 | 100111101 | 1001010 | 101010 |
Color Harmonies of #B81C8C
Complementary color
Monochromatic Colors of #B81C8C
Black with #B81C8C
Text Example
Text Example
White with #B81C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81C8C; }
p { color: rgb(184,28,140); }
H1.HeaderClassName
{
color: #B81C8C;
}
.AnyTagClassName
{
color: #B81C8C;
}
</style>
background-color css
<style>
a { background-color: #B81C8C; }
a { background-color: rgb(184,28,140); }
div.DivClassName
{
background-color: #B81C8C;
}
.BgClassName
{
background-color: #B81C8C;
}
</style>
border-color css
<style>
span { border-color: #B81C8C; }
span { border-color: rgb(184,28,140); }
td.TdClassName
{
border-color: #B81C8C;
}
.TagClassName
{
border-color: #B81C8C;
}
</style>