Shades of Deep Magenta #BC16DB
Tints of Deep Magenta #BC16DB
RGB
CMYK
RGB Variations
Color information
#BC16DB (or 0xBC16DB) is known color: Deep Magenta. HEX triplet: BC, 16 and DB. RGB value is (188,22,219). Sum of RGB (Red+Green+Blue) = 188+22+219=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC16DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16DB is #43E924. Grayscale: #5D5D5D. Windows color (decimal): -4450597 or 14358204. OLE color: 14358204.
HSL color Cylindrical-coordinate representation of color #BC16DB: hue angle of 290.56º 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 #BC16DB is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 22 | 219 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.14 |
| HSL | 290.56º | 0.82% | 0.47% | - |
| HSV(B) | 290.56º | 0.9% | 0.86% | - |
| XYZ | 33.81 | 16.38 | 68.4 | - |
| YUV | 94.09 | 198.5 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 219 | 0.14 | 0.90 | 0 | 0.14 | 290.56 | 0.82 | 0.47 |
| Hex | BC | 16 | DB | E | 5A | 0 | E | 123 | 52 | 2F |
| Octal | 274 | 26 | 333 | 16 | 132 | 0 | 16 | 443 | 122 | 57 |
| Binary | 10111100 | 10110 | 11011011 | 1110 | 1011010 | 0 | 1110 | 100100011 | 1010010 | 101111 |
Color Harmonies of #BC16DB
Complementary color
Monochromatic Colors of #BC16DB
Black with #BC16DB
Text Example
Text Example
White with #BC16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16DB; }
p { color: rgb(188,22,219); }
H1.HeaderClassName
{
color: #BC16DB;
}
.AnyTagClassName
{
color: #BC16DB;
}
</style>
background-color css
<style>
a { background-color: #BC16DB; }
a { background-color: rgb(188,22,219); }
div.DivClassName
{
background-color: #BC16DB;
}
.BgClassName
{
background-color: #BC16DB;
}
</style>
border-color css
<style>
span { border-color: #BC16DB; }
span { border-color: rgb(188,22,219); }
td.TdClassName
{
border-color: #BC16DB;
}
.TagClassName
{
border-color: #BC16DB;
}
</style>