Shades of Deep Magenta #BF0EAC
Tints of Deep Magenta #BF0EAC
RGB
CMYK
RGB Variations
Color information
#BF0EAC (or 0xBF0EAC) is known color: Deep Magenta. HEX triplet: BF, 0E and AC. RGB value is (191,14,172). Sum of RGB (Red+Green+Blue) = 191+14+172=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0EAC is #40F153. Grayscale: #545454. Windows color (decimal): -4256084 or 11275967. OLE color: 11275967.
HSL color Cylindrical-coordinate representation of color #BF0EAC: hue angle of 306.44º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0EAC is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 14 | 172 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.25 |
| HSL | 306.44º | 0.86% | 0.4% | - |
| HSV(B) | 306.44º | 0.93% | 0.75% | - |
| XYZ | 29.09 | 14.37 | 40.27 | - |
| YUV | 84.94 | 177.14 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 14 | 172 | 0 | 0.93 | 0.10 | 0.25 | 306.44 | 0.86 | 0.4 |
| Hex | BF | E | AC | 0 | 5D | A | 19 | 132 | 56 | 28 |
| Octal | 277 | 16 | 254 | 0 | 135 | 12 | 31 | 462 | 126 | 50 |
| Binary | 10111111 | 1110 | 10101100 | 0 | 1011101 | 1010 | 11001 | 100110010 | 1010110 | 101000 |
Color Harmonies of #BF0EAC
Complementary color
Monochromatic Colors of #BF0EAC
Black with #BF0EAC
Text Example
Text Example
White with #BF0EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0EAC; }
p { color: rgb(191,14,172); }
H1.HeaderClassName
{
color: #BF0EAC;
}
.AnyTagClassName
{
color: #BF0EAC;
}
</style>
background-color css
<style>
a { background-color: #BF0EAC; }
a { background-color: rgb(191,14,172); }
div.DivClassName
{
background-color: #BF0EAC;
}
.BgClassName
{
background-color: #BF0EAC;
}
</style>
border-color css
<style>
span { border-color: #BF0EAC; }
span { border-color: rgb(191,14,172); }
td.TdClassName
{
border-color: #BF0EAC;
}
.TagClassName
{
border-color: #BF0EAC;
}
</style>