Shades of Medium Violet Red #B81E9F
Tints of Medium Violet Red #B81E9F
RGB
CMYK
RGB Variations
Color information
#B81E9F (or 0xB81E9F) is known color: Medium Violet Red. HEX triplet: B8, 1E and 9F. RGB value is (184,30,159). Sum of RGB (Red+Green+Blue) = 184+30+159=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81E9F is #47E160. Grayscale: #5A5A5A. Windows color (decimal): -4710753 or 10428088. OLE color: 10428088.
HSL color Cylindrical-coordinate representation of color #B81E9F: hue angle of 309.74º 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 #B81E9F is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 30 | 159 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.28 |
| HSL | 309.74º | 0.72% | 0.42% | - |
| HSV(B) | 309.74º | 0.84% | 0.72% | - |
| XYZ | 26.49 | 13.62 | 34.03 | - |
| YUV | 90.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 159 | 0 | 0.84 | 0.14 | 0.28 | 309.74 | 0.72 | 0.42 |
| Hex | B8 | 1E | 9F | 0 | 54 | E | 1C | 136 | 48 | 2A |
| Octal | 270 | 36 | 237 | 0 | 124 | 16 | 34 | 466 | 110 | 52 |
| Binary | 10111000 | 11110 | 10011111 | 0 | 1010100 | 1110 | 11100 | 100110110 | 1001000 | 101010 |
Color Harmonies of #B81E9F
Complementary color
Monochromatic Colors of #B81E9F
Black with #B81E9F
Text Example
Text Example
White with #B81E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81E9F; }
p { color: rgb(184,30,159); }
H1.HeaderClassName
{
color: #B81E9F;
}
.AnyTagClassName
{
color: #B81E9F;
}
</style>
background-color css
<style>
a { background-color: #B81E9F; }
a { background-color: rgb(184,30,159); }
div.DivClassName
{
background-color: #B81E9F;
}
.BgClassName
{
background-color: #B81E9F;
}
</style>
border-color css
<style>
span { border-color: #B81E9F; }
span { border-color: rgb(184,30,159); }
td.TdClassName
{
border-color: #B81E9F;
}
.TagClassName
{
border-color: #B81E9F;
}
</style>