Shades of Deep Magenta #BD09DE
Tints of Deep Magenta #BD09DE
RGB
CMYK
RGB Variations
Color information
#BD09DE (or 0xBD09DE) is known color: Deep Magenta. HEX triplet: BD, 09 and DE. RGB value is (189,9,222). Sum of RGB (Red+Green+Blue) = 189+9+222=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD09DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD09DE is #42F621. Grayscale: #565656. Windows color (decimal): -4388386 or 14551485. OLE color: 14551485.
HSL color Cylindrical-coordinate representation of color #BD09DE: hue angle of 290.7º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD09DE is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 9 | 222 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.13 |
| HSL | 290.7º | 0.92% | 0.45% | - |
| HSV(B) | 290.7º | 0.96% | 0.87% | - |
| XYZ | 34.27 | 16.29 | 70.45 | - |
| YUV | 87.1 | 204.13 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 222 | 0.15 | 0.96 | 0 | 0.13 | 290.7 | 0.92 | 0.45 |
| Hex | BD | 9 | DE | F | 60 | 0 | D | 123 | 5C | 2D |
| Octal | 275 | 11 | 336 | 17 | 140 | 0 | 15 | 443 | 134 | 55 |
| Binary | 10111101 | 1001 | 11011110 | 1111 | 1100000 | 0 | 1101 | 100100011 | 1011100 | 101101 |
Color Harmonies of #BD09DE
Complementary color
Monochromatic Colors of #BD09DE
Black with #BD09DE
Text Example
Text Example
White with #BD09DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09DE; }
p { color: rgb(189,9,222); }
H1.HeaderClassName
{
color: #BD09DE;
}
.AnyTagClassName
{
color: #BD09DE;
}
</style>
background-color css
<style>
a { background-color: #BD09DE; }
a { background-color: rgb(189,9,222); }
div.DivClassName
{
background-color: #BD09DE;
}
.BgClassName
{
background-color: #BD09DE;
}
</style>
border-color css
<style>
span { border-color: #BD09DE; }
span { border-color: rgb(189,9,222); }
td.TdClassName
{
border-color: #BD09DE;
}
.TagClassName
{
border-color: #BD09DE;
}
</style>