Shades of Deep Magenta #BD0EE1
Tints of Deep Magenta #BD0EE1
RGB
CMYK
RGB Variations
Color information
#BD0EE1 (or 0xBD0EE1) is known color: Deep Magenta. HEX triplet: BD, 0E and E1. RGB value is (189,14,225). Sum of RGB (Red+Green+Blue) = 189+14+225=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 225 (88.28% from 255 or 52.57% from 428); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD0EE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0EE1 is #42F11E. Grayscale: #595959. Windows color (decimal): -4387103 or 14749373. OLE color: 14749373.
HSL color Cylindrical-coordinate representation of color #BD0EE1: hue angle of 289.76º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0EE1 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 14 | 225 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.12 |
| HSL | 289.76º | 0.88% | 0.47% | - |
| HSV(B) | 289.76º | 0.94% | 0.88% | - |
| XYZ | 34.73 | 16.57 | 72.6 | - |
| YUV | 90.38 | 203.98 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 225 | 0.16 | 0.94 | 0 | 0.12 | 289.76 | 0.88 | 0.47 |
| Hex | BD | E | E1 | 10 | 5E | 0 | C | 122 | 58 | 2F |
| Octal | 275 | 16 | 341 | 20 | 136 | 0 | 14 | 442 | 130 | 57 |
| Binary | 10111101 | 1110 | 11100001 | 10000 | 1011110 | 0 | 1100 | 100100010 | 1011000 | 101111 |
Color Harmonies of #BD0EE1
Complementary color
Monochromatic Colors of #BD0EE1
Black with #BD0EE1
Text Example
Text Example
White with #BD0EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EE1; }
p { color: rgb(189,14,225); }
H1.HeaderClassName
{
color: #BD0EE1;
}
.AnyTagClassName
{
color: #BD0EE1;
}
</style>
background-color css
<style>
a { background-color: #BD0EE1; }
a { background-color: rgb(189,14,225); }
div.DivClassName
{
background-color: #BD0EE1;
}
.BgClassName
{
background-color: #BD0EE1;
}
</style>
border-color css
<style>
span { border-color: #BD0EE1; }
span { border-color: rgb(189,14,225); }
td.TdClassName
{
border-color: #BD0EE1;
}
.TagClassName
{
border-color: #BD0EE1;
}
</style>