Shades of Deep Magenta #BD16DB
Tints of Deep Magenta #BD16DB
RGB
CMYK
RGB Variations
Color information
#BD16DB (or 0xBD16DB) is known color: Deep Magenta. HEX triplet: BD, 16 and DB. RGB value is (189,22,219). Sum of RGB (Red+Green+Blue) = 189+22+219=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD16DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD16DB is #42E924. Grayscale: #5D5D5D. Windows color (decimal): -4385061 or 14358205. OLE color: 14358205.
HSL color Cylindrical-coordinate representation of color #BD16DB: hue angle of 290.86º 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 #BD16DB is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 22 | 219 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.14 |
| HSL | 290.86º | 0.82% | 0.47% | - |
| HSV(B) | 290.86º | 0.9% | 0.86% | - |
| XYZ | 34.06 | 16.51 | 68.41 | - |
| YUV | 94.39 | 198.33 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 219 | 0.14 | 0.90 | 0 | 0.14 | 290.86 | 0.82 | 0.47 |
| Hex | BD | 16 | DB | E | 5A | 0 | E | 123 | 52 | 2F |
| Octal | 275 | 26 | 333 | 16 | 132 | 0 | 16 | 443 | 122 | 57 |
| Binary | 10111101 | 10110 | 11011011 | 1110 | 1011010 | 0 | 1110 | 100100011 | 1010010 | 101111 |
Color Harmonies of #BD16DB
Complementary color
Monochromatic Colors of #BD16DB
Black with #BD16DB
Text Example
Text Example
White with #BD16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16DB; }
p { color: rgb(189,22,219); }
H1.HeaderClassName
{
color: #BD16DB;
}
.AnyTagClassName
{
color: #BD16DB;
}
</style>
background-color css
<style>
a { background-color: #BD16DB; }
a { background-color: rgb(189,22,219); }
div.DivClassName
{
background-color: #BD16DB;
}
.BgClassName
{
background-color: #BD16DB;
}
</style>
border-color css
<style>
span { border-color: #BD16DB; }
span { border-color: rgb(189,22,219); }
td.TdClassName
{
border-color: #BD16DB;
}
.TagClassName
{
border-color: #BD16DB;
}
</style>