Shades of Deep Magenta #BD09D8
Tints of Deep Magenta #BD09D8
RGB
CMYK
RGB Variations
Color information
#BD09D8 (or 0xBD09D8) is known color: Deep Magenta. HEX triplet: BD, 09 and D8. RGB value is (189,9,216). Sum of RGB (Red+Green+Blue) = 189+9+216=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD09D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD09D8 is #42F627. Grayscale: #555555. Windows color (decimal): -4388392 or 14158269. OLE color: 14158269.
HSL color Cylindrical-coordinate representation of color #BD09D8: hue angle of 292.17º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD09D8 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 9 | 216 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.15 |
| HSL | 292.17º | 0.92% | 0.44% | - |
| HSV(B) | 292.17º | 0.96% | 0.85% | - |
| XYZ | 33.48 | 15.97 | 66.28 | - |
| YUV | 86.42 | 201.13 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 216 | 0.12 | 0.96 | 0 | 0.15 | 292.17 | 0.92 | 0.44 |
| Hex | BD | 9 | D8 | C | 60 | 0 | F | 124 | 5C | 2C |
| Octal | 275 | 11 | 330 | 14 | 140 | 0 | 17 | 444 | 134 | 54 |
| Binary | 10111101 | 1001 | 11011000 | 1100 | 1100000 | 0 | 1111 | 100100100 | 1011100 | 101100 |
Color Harmonies of #BD09D8
Complementary color
Monochromatic Colors of #BD09D8
Black with #BD09D8
Text Example
Text Example
White with #BD09D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09D8; }
p { color: rgb(189,9,216); }
H1.HeaderClassName
{
color: #BD09D8;
}
.AnyTagClassName
{
color: #BD09D8;
}
</style>
background-color css
<style>
a { background-color: #BD09D8; }
a { background-color: rgb(189,9,216); }
div.DivClassName
{
background-color: #BD09D8;
}
.BgClassName
{
background-color: #BD09D8;
}
</style>
border-color css
<style>
span { border-color: #BD09D8; }
span { border-color: rgb(189,9,216); }
td.TdClassName
{
border-color: #BD09D8;
}
.TagClassName
{
border-color: #BD09D8;
}
</style>