Shades of Medium Violet Red #B81E8C
Tints of Medium Violet Red #B81E8C
RGB
CMYK
RGB Variations
Color information
#B81E8C (or 0xB81E8C) is known color: Medium Violet Red. HEX triplet: B8, 1E and 8C. RGB value is (184,30,140). Sum of RGB (Red+Green+Blue) = 184+30+140=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81E8C is #47E173. Grayscale: #585858. Windows color (decimal): -4710772 or 9182904. OLE color: 9182904.
HSL color Cylindrical-coordinate representation of color #B81E8C: hue angle of 317.14º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81E8C is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 30 | 140 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.28 |
| HSL | 317.14º | 0.72% | 0.42% | - |
| HSV(B) | 317.14º | 0.84% | 0.72% | - |
| XYZ | 24.97 | 13.01 | 26.01 | - |
| YUV | 88.59 | 157.02 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 140 | 0 | 0.84 | 0.24 | 0.28 | 317.14 | 0.72 | 0.42 |
| Hex | B8 | 1E | 8C | 0 | 54 | 18 | 1C | 13D | 48 | 2A |
| Octal | 270 | 36 | 214 | 0 | 124 | 30 | 34 | 475 | 110 | 52 |
| Binary | 10111000 | 11110 | 10001100 | 0 | 1010100 | 11000 | 11100 | 100111101 | 1001000 | 101010 |
Color Harmonies of #B81E8C
Complementary color
Monochromatic Colors of #B81E8C
Black with #B81E8C
Text Example
Text Example
White with #B81E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81E8C; }
p { color: rgb(184,30,140); }
H1.HeaderClassName
{
color: #B81E8C;
}
.AnyTagClassName
{
color: #B81E8C;
}
</style>
background-color css
<style>
a { background-color: #B81E8C; }
a { background-color: rgb(184,30,140); }
div.DivClassName
{
background-color: #B81E8C;
}
.BgClassName
{
background-color: #B81E8C;
}
</style>
border-color css
<style>
span { border-color: #B81E8C; }
span { border-color: rgb(184,30,140); }
td.TdClassName
{
border-color: #B81E8C;
}
.TagClassName
{
border-color: #B81E8C;
}
</style>