Shades of Deep Magenta #BD13DB
Tints of Deep Magenta #BD13DB
RGB
CMYK
RGB Variations
Color information
#BD13DB (or 0xBD13DB) is known color: Deep Magenta. HEX triplet: BD, 13 and DB. RGB value is (189,19,219). Sum of RGB (Red+Green+Blue) = 189+19+219=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD13DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD13DB is #42EC24. Grayscale: #5C5C5C. Windows color (decimal): -4385829 or 14357437. OLE color: 14357437.
HSL color Cylindrical-coordinate representation of color #BD13DB: hue angle of 291º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD13DB is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 19 | 219 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.14 |
| HSL | 291º | 0.84% | 0.47% | - |
| HSV(B) | 291º | 0.91% | 0.86% | - |
| XYZ | 34.01 | 16.4 | 68.39 | - |
| YUV | 92.63 | 199.32 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 219 | 0.14 | 0.91 | 0 | 0.14 | 291 | 0.84 | 0.47 |
| Hex | BD | 13 | DB | E | 5B | 0 | E | 123 | 54 | 2F |
| Octal | 275 | 23 | 333 | 16 | 133 | 0 | 16 | 443 | 124 | 57 |
| Binary | 10111101 | 10011 | 11011011 | 1110 | 1011011 | 0 | 1110 | 100100011 | 1010100 | 101111 |
Color Harmonies of #BD13DB
Complementary color
Monochromatic Colors of #BD13DB
Black with #BD13DB
Text Example
Text Example
White with #BD13DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13DB; }
p { color: rgb(189,19,219); }
H1.HeaderClassName
{
color: #BD13DB;
}
.AnyTagClassName
{
color: #BD13DB;
}
</style>
background-color css
<style>
a { background-color: #BD13DB; }
a { background-color: rgb(189,19,219); }
div.DivClassName
{
background-color: #BD13DB;
}
.BgClassName
{
background-color: #BD13DB;
}
</style>
border-color css
<style>
span { border-color: #BD13DB; }
span { border-color: rgb(189,19,219); }
td.TdClassName
{
border-color: #BD13DB;
}
.TagClassName
{
border-color: #BD13DB;
}
</style>