Shades of Deep Magenta #BD0DDB
Tints of Deep Magenta #BD0DDB
RGB
CMYK
RGB Variations
Color information
#BD0DDB (or 0xBD0DDB) is known color: Deep Magenta. HEX triplet: BD, 0D and DB. RGB value is (189,13,219). Sum of RGB (Red+Green+Blue) = 189+13+219=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD0DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0DDB is #42F224. Grayscale: #585858. Windows color (decimal): -4387365 or 14355901. OLE color: 14355901.
HSL color Cylindrical-coordinate representation of color #BD0DDB: hue angle of 291.26º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0DDB is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 13 | 219 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.14 |
| HSL | 291.26º | 0.89% | 0.45% | - |
| HSV(B) | 291.26º | 0.94% | 0.86% | - |
| XYZ | 33.92 | 16.22 | 68.36 | - |
| YUV | 89.11 | 201.31 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 219 | 0.14 | 0.94 | 0 | 0.14 | 291.26 | 0.89 | 0.45 |
| Hex | BD | D | DB | E | 5E | 0 | E | 123 | 59 | 2D |
| Octal | 275 | 15 | 333 | 16 | 136 | 0 | 16 | 443 | 131 | 55 |
| Binary | 10111101 | 1101 | 11011011 | 1110 | 1011110 | 0 | 1110 | 100100011 | 1011001 | 101101 |
Color Harmonies of #BD0DDB
Complementary color
Monochromatic Colors of #BD0DDB
Black with #BD0DDB
Text Example
Text Example
White with #BD0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0DDB; }
p { color: rgb(189,13,219); }
H1.HeaderClassName
{
color: #BD0DDB;
}
.AnyTagClassName
{
color: #BD0DDB;
}
</style>
background-color css
<style>
a { background-color: #BD0DDB; }
a { background-color: rgb(189,13,219); }
div.DivClassName
{
background-color: #BD0DDB;
}
.BgClassName
{
background-color: #BD0DDB;
}
</style>
border-color css
<style>
span { border-color: #BD0DDB; }
span { border-color: rgb(189,13,219); }
td.TdClassName
{
border-color: #BD0DDB;
}
.TagClassName
{
border-color: #BD0DDB;
}
</style>