Shades of Deep Magenta #BD0EDD
Tints of Deep Magenta #BD0EDD
RGB
CMYK
RGB Variations
Color information
#BD0EDD (or 0xBD0EDD) is known color: Deep Magenta. HEX triplet: BD, 0E and DD. RGB value is (189,14,221). Sum of RGB (Red+Green+Blue) = 189+14+221=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD0EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0EDD is #42F122. Grayscale: #595959. Windows color (decimal): -4387107 or 14487229. OLE color: 14487229.
HSL color Cylindrical-coordinate representation of color #BD0EDD: hue angle of 290.72º 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 #BD0EDD is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 14 | 221 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.13 |
| HSL | 290.72º | 0.88% | 0.46% | - |
| HSV(B) | 290.72º | 0.94% | 0.87% | - |
| XYZ | 34.19 | 16.35 | 69.76 | - |
| YUV | 89.92 | 201.98 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 221 | 0.14 | 0.94 | 0 | 0.13 | 290.72 | 0.88 | 0.46 |
| Hex | BD | E | DD | E | 5E | 0 | D | 123 | 58 | 2E |
| Octal | 275 | 16 | 335 | 16 | 136 | 0 | 15 | 443 | 130 | 56 |
| Binary | 10111101 | 1110 | 11011101 | 1110 | 1011110 | 0 | 1101 | 100100011 | 1011000 | 101110 |
Color Harmonies of #BD0EDD
Complementary color
Monochromatic Colors of #BD0EDD
Black with #BD0EDD
Text Example
Text Example
White with #BD0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EDD; }
p { color: rgb(189,14,221); }
H1.HeaderClassName
{
color: #BD0EDD;
}
.AnyTagClassName
{
color: #BD0EDD;
}
</style>
background-color css
<style>
a { background-color: #BD0EDD; }
a { background-color: rgb(189,14,221); }
div.DivClassName
{
background-color: #BD0EDD;
}
.BgClassName
{
background-color: #BD0EDD;
}
</style>
border-color css
<style>
span { border-color: #BD0EDD; }
span { border-color: rgb(189,14,221); }
td.TdClassName
{
border-color: #BD0EDD;
}
.TagClassName
{
border-color: #BD0EDD;
}
</style>