Shades of Deep Magenta #BF0EDD
Tints of Deep Magenta #BF0EDD
RGB
CMYK
RGB Variations
Color information
#BF0EDD (or 0xBF0EDD) is known color: Deep Magenta. HEX triplet: BF, 0E and DD. RGB value is (191,14,221). Sum of RGB (Red+Green+Blue) = 191+14+221=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF0EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0EDD is #40F122. Grayscale: #595959. Windows color (decimal): -4256035 or 14487231. OLE color: 14487231.
HSL color Cylindrical-coordinate representation of color #BF0EDD: hue angle of 291.3º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0EDD is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 14 | 221 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.13 |
| HSL | 291.3º | 0.88% | 0.46% | - |
| HSV(B) | 291.3º | 0.94% | 0.87% | - |
| XYZ | 34.69 | 16.61 | 69.78 | - |
| YUV | 90.52 | 201.64 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 14 | 221 | 0.14 | 0.94 | 0 | 0.13 | 291.3 | 0.88 | 0.46 |
| Hex | BF | E | DD | E | 5E | 0 | D | 123 | 58 | 2E |
| Octal | 277 | 16 | 335 | 16 | 136 | 0 | 15 | 443 | 130 | 56 |
| Binary | 10111111 | 1110 | 11011101 | 1110 | 1011110 | 0 | 1101 | 100100011 | 1011000 | 101110 |
Color Harmonies of #BF0EDD
Complementary color
Monochromatic Colors of #BF0EDD
Black with #BF0EDD
Text Example
Text Example
White with #BF0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0EDD; }
p { color: rgb(191,14,221); }
H1.HeaderClassName
{
color: #BF0EDD;
}
.AnyTagClassName
{
color: #BF0EDD;
}
</style>
background-color css
<style>
a { background-color: #BF0EDD; }
a { background-color: rgb(191,14,221); }
div.DivClassName
{
background-color: #BF0EDD;
}
.BgClassName
{
background-color: #BF0EDD;
}
</style>
border-color css
<style>
span { border-color: #BF0EDD; }
span { border-color: rgb(191,14,221); }
td.TdClassName
{
border-color: #BF0EDD;
}
.TagClassName
{
border-color: #BF0EDD;
}
</style>