Shades of Deep Magenta #BD11DB
Tints of Deep Magenta #BD11DB
RGB
CMYK
RGB Variations
Color information
#BD11DB (or 0xBD11DB) is known color: Deep Magenta. HEX triplet: BD, 11 and DB. RGB value is (189,17,219). Sum of RGB (Red+Green+Blue) = 189+17+219=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD11DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD11DB is #42EE24. Grayscale: #5A5A5A. Windows color (decimal): -4386341 or 14356925. OLE color: 14356925.
HSL color Cylindrical-coordinate representation of color #BD11DB: hue angle of 291.09º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD11DB is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 17 | 219 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.14 |
| HSL | 291.09º | 0.86% | 0.46% | - |
| HSV(B) | 291.09º | 0.92% | 0.86% | - |
| XYZ | 33.97 | 16.33 | 68.38 | - |
| YUV | 91.46 | 199.98 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 219 | 0.14 | 0.92 | 0 | 0.14 | 291.09 | 0.86 | 0.46 |
| Hex | BD | 11 | DB | E | 5C | 0 | E | 123 | 56 | 2E |
| Octal | 275 | 21 | 333 | 16 | 134 | 0 | 16 | 443 | 126 | 56 |
| Binary | 10111101 | 10001 | 11011011 | 1110 | 1011100 | 0 | 1110 | 100100011 | 1010110 | 101110 |
Color Harmonies of #BD11DB
Complementary color
Monochromatic Colors of #BD11DB
Black with #BD11DB
Text Example
Text Example
White with #BD11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11DB; }
p { color: rgb(189,17,219); }
H1.HeaderClassName
{
color: #BD11DB;
}
.AnyTagClassName
{
color: #BD11DB;
}
</style>
background-color css
<style>
a { background-color: #BD11DB; }
a { background-color: rgb(189,17,219); }
div.DivClassName
{
background-color: #BD11DB;
}
.BgClassName
{
background-color: #BD11DB;
}
</style>
border-color css
<style>
span { border-color: #BD11DB; }
span { border-color: rgb(189,17,219); }
td.TdClassName
{
border-color: #BD11DB;
}
.TagClassName
{
border-color: #BD11DB;
}
</style>