Shades of Deep Magenta #BD09DC
Tints of Deep Magenta #BD09DC
RGB
CMYK
RGB Variations
Color information
#BD09DC (or 0xBD09DC) is known color: Deep Magenta. HEX triplet: BD, 09 and DC. RGB value is (189,9,220). Sum of RGB (Red+Green+Blue) = 189+9+220=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD09DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD09DC is #42F623. Grayscale: #565656. Windows color (decimal): -4388388 or 14420413. OLE color: 14420413.
HSL color Cylindrical-coordinate representation of color #BD09DC: hue angle of 291.18º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD09DC is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 9 | 220 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.14 |
| HSL | 291.18º | 0.92% | 0.45% | - |
| HSV(B) | 291.18º | 0.96% | 0.86% | - |
| XYZ | 34 | 16.18 | 69.04 | - |
| YUV | 86.87 | 203.13 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 220 | 0.14 | 0.96 | 0 | 0.14 | 291.18 | 0.92 | 0.45 |
| Hex | BD | 9 | DC | E | 60 | 0 | E | 123 | 5C | 2D |
| Octal | 275 | 11 | 334 | 16 | 140 | 0 | 16 | 443 | 134 | 55 |
| Binary | 10111101 | 1001 | 11011100 | 1110 | 1100000 | 0 | 1110 | 100100011 | 1011100 | 101101 |
Color Harmonies of #BD09DC
Complementary color
Monochromatic Colors of #BD09DC
Black with #BD09DC
Text Example
Text Example
White with #BD09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09DC; }
p { color: rgb(189,9,220); }
H1.HeaderClassName
{
color: #BD09DC;
}
.AnyTagClassName
{
color: #BD09DC;
}
</style>
background-color css
<style>
a { background-color: #BD09DC; }
a { background-color: rgb(189,9,220); }
div.DivClassName
{
background-color: #BD09DC;
}
.BgClassName
{
background-color: #BD09DC;
}
</style>
border-color css
<style>
span { border-color: #BD09DC; }
span { border-color: rgb(189,9,220); }
td.TdClassName
{
border-color: #BD09DC;
}
.TagClassName
{
border-color: #BD09DC;
}
</style>