Shades of Deep Magenta #BD18DB
Tints of Deep Magenta #BD18DB
RGB
CMYK
RGB Variations
Color information
#BD18DB (or 0xBD18DB) is known color: Deep Magenta. HEX triplet: BD, 18 and DB. RGB value is (189,24,219). Sum of RGB (Red+Green+Blue) = 189+24+219=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD18DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18DB is #42E724. Grayscale: #5E5E5E. Windows color (decimal): -4384549 or 14358717. OLE color: 14358717.
HSL color Cylindrical-coordinate representation of color #BD18DB: hue angle of 290.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD18DB is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 24 | 219 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.14 |
| HSL | 290.77º | 0.8% | 0.48% | - |
| HSV(B) | 290.77º | 0.89% | 0.86% | - |
| XYZ | 34.1 | 16.59 | 68.42 | - |
| YUV | 95.57 | 197.66 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 219 | 0.14 | 0.89 | 0 | 0.14 | 290.77 | 0.8 | 0.48 |
| Hex | BD | 18 | DB | E | 59 | 0 | E | 123 | 50 | 30 |
| Octal | 275 | 30 | 333 | 16 | 131 | 0 | 16 | 443 | 120 | 60 |
| Binary | 10111101 | 11000 | 11011011 | 1110 | 1011001 | 0 | 1110 | 100100011 | 1010000 | 110000 |
Color Harmonies of #BD18DB
Complementary color
Monochromatic Colors of #BD18DB
Black with #BD18DB
Text Example
Text Example
White with #BD18DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18DB; }
p { color: rgb(189,24,219); }
H1.HeaderClassName
{
color: #BD18DB;
}
.AnyTagClassName
{
color: #BD18DB;
}
</style>
background-color css
<style>
a { background-color: #BD18DB; }
a { background-color: rgb(189,24,219); }
div.DivClassName
{
background-color: #BD18DB;
}
.BgClassName
{
background-color: #BD18DB;
}
</style>
border-color css
<style>
span { border-color: #BD18DB; }
span { border-color: rgb(189,24,219); }
td.TdClassName
{
border-color: #BD18DB;
}
.TagClassName
{
border-color: #BD18DB;
}
</style>