Shades of Deep Magenta #BD15DB
Tints of Deep Magenta #BD15DB
RGB
CMYK
RGB Variations
Color information
#BD15DB (or 0xBD15DB) is known color: Deep Magenta. HEX triplet: BD, 15 and DB. RGB value is (189,21,219). Sum of RGB (Red+Green+Blue) = 189+21+219=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD15DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15DB is #42EA24. Grayscale: #5D5D5D. Windows color (decimal): -4385317 or 14357949. OLE color: 14357949.
HSL color Cylindrical-coordinate representation of color #BD15DB: hue angle of 290.91º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD15DB is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 21 | 219 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.14 |
| HSL | 290.91º | 0.83% | 0.47% | - |
| HSV(B) | 290.91º | 0.9% | 0.86% | - |
| XYZ | 34.04 | 16.47 | 68.4 | - |
| YUV | 93.8 | 198.66 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 219 | 0.14 | 0.90 | 0 | 0.14 | 290.91 | 0.83 | 0.47 |
| Hex | BD | 15 | DB | E | 5A | 0 | E | 123 | 52 | 2F |
| Octal | 275 | 25 | 333 | 16 | 132 | 0 | 16 | 443 | 122 | 57 |
| Binary | 10111101 | 10101 | 11011011 | 1110 | 1011010 | 0 | 1110 | 100100011 | 1010010 | 101111 |
Color Harmonies of #BD15DB
Complementary color
Monochromatic Colors of #BD15DB
Black with #BD15DB
Text Example
Text Example
White with #BD15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15DB; }
p { color: rgb(189,21,219); }
H1.HeaderClassName
{
color: #BD15DB;
}
.AnyTagClassName
{
color: #BD15DB;
}
</style>
background-color css
<style>
a { background-color: #BD15DB; }
a { background-color: rgb(189,21,219); }
div.DivClassName
{
background-color: #BD15DB;
}
.BgClassName
{
background-color: #BD15DB;
}
</style>
border-color css
<style>
span { border-color: #BD15DB; }
span { border-color: rgb(189,21,219); }
td.TdClassName
{
border-color: #BD15DB;
}
.TagClassName
{
border-color: #BD15DB;
}
</style>