Shades of Deep Magenta #BD0ADB
Tints of Deep Magenta #BD0ADB
RGB
CMYK
RGB Variations
Color information
#BD0ADB (or 0xBD0ADB) is known color: Deep Magenta. HEX triplet: BD, 0A and DB. RGB value is (189,10,219). Sum of RGB (Red+Green+Blue) = 189+10+219=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD0ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0ADB is #42F524. Grayscale: #565656. Windows color (decimal): -4388133 or 14355133. OLE color: 14355133.
HSL color Cylindrical-coordinate representation of color #BD0ADB: hue angle of 291.39º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0ADB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 10 | 219 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.14 |
| HSL | 291.39º | 0.91% | 0.45% | - |
| HSV(B) | 291.39º | 0.95% | 0.86% | - |
| XYZ | 33.88 | 16.15 | 68.35 | - |
| YUV | 87.35 | 202.3 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 219 | 0.14 | 0.95 | 0 | 0.14 | 291.39 | 0.91 | 0.45 |
| Hex | BD | A | DB | E | 5F | 0 | E | 123 | 5B | 2D |
| Octal | 275 | 12 | 333 | 16 | 137 | 0 | 16 | 443 | 133 | 55 |
| Binary | 10111101 | 1010 | 11011011 | 1110 | 1011111 | 0 | 1110 | 100100011 | 1011011 | 101101 |
Color Harmonies of #BD0ADB
Complementary color
Monochromatic Colors of #BD0ADB
Black with #BD0ADB
Text Example
Text Example
White with #BD0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0ADB; }
p { color: rgb(189,10,219); }
H1.HeaderClassName
{
color: #BD0ADB;
}
.AnyTagClassName
{
color: #BD0ADB;
}
</style>
background-color css
<style>
a { background-color: #BD0ADB; }
a { background-color: rgb(189,10,219); }
div.DivClassName
{
background-color: #BD0ADB;
}
.BgClassName
{
background-color: #BD0ADB;
}
</style>
border-color css
<style>
span { border-color: #BD0ADB; }
span { border-color: rgb(189,10,219); }
td.TdClassName
{
border-color: #BD0ADB;
}
.TagClassName
{
border-color: #BD0ADB;
}
</style>