Shades of Deep Magenta #BF0DDE
Tints of Deep Magenta #BF0DDE
RGB
CMYK
RGB Variations
Color information
#BF0DDE (or 0xBF0DDE) is known color: Deep Magenta. HEX triplet: BF, 0D and DE. RGB value is (191,13,222). Sum of RGB (Red+Green+Blue) = 191+13+222=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF0DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DDE is #40F221. Grayscale: #595959. Windows color (decimal): -4256290 or 14552511. OLE color: 14552511.
HSL color Cylindrical-coordinate representation of color #BF0DDE: hue angle of 291.1º degrees, saturation: 0.89, 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 #BF0DDE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 13 | 222 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.13 |
| HSL | 291.1º | 0.89% | 0.46% | - |
| HSV(B) | 291.1º | 0.94% | 0.87% | - |
| XYZ | 34.81 | 16.64 | 70.48 | - |
| YUV | 90.05 | 202.47 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 222 | 0.14 | 0.94 | 0 | 0.13 | 291.1 | 0.89 | 0.46 |
| Hex | BF | D | DE | E | 5E | 0 | D | 123 | 59 | 2E |
| Octal | 277 | 15 | 336 | 16 | 136 | 0 | 15 | 443 | 131 | 56 |
| Binary | 10111111 | 1101 | 11011110 | 1110 | 1011110 | 0 | 1101 | 100100011 | 1011001 | 101110 |
Color Harmonies of #BF0DDE
Complementary color
Monochromatic Colors of #BF0DDE
Black with #BF0DDE
Text Example
Text Example
White with #BF0DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DDE; }
p { color: rgb(191,13,222); }
H1.HeaderClassName
{
color: #BF0DDE;
}
.AnyTagClassName
{
color: #BF0DDE;
}
</style>
background-color css
<style>
a { background-color: #BF0DDE; }
a { background-color: rgb(191,13,222); }
div.DivClassName
{
background-color: #BF0DDE;
}
.BgClassName
{
background-color: #BF0DDE;
}
</style>
border-color css
<style>
span { border-color: #BF0DDE; }
span { border-color: rgb(191,13,222); }
td.TdClassName
{
border-color: #BF0DDE;
}
.TagClassName
{
border-color: #BF0DDE;
}
</style>