Shades of Deep Magenta #BC02DB
Tints of Deep Magenta #BC02DB
RGB
CMYK
RGB Variations
Color information
#BC02DB (or 0xBC02DB) is known color: Deep Magenta. HEX triplet: BC, 02 and DB. RGB value is (188,2,219). Sum of RGB (Red+Green+Blue) = 188+2+219=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC02DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02DB is #43FD24. Grayscale: #515151. Windows color (decimal): -4455717 or 14353084. OLE color: 14353084.
HSL color Cylindrical-coordinate representation of color #BC02DB: hue angle of 291.43º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02DB is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 2 | 219 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.14 |
| HSL | 291.43º | 0.98% | 0.43% | - |
| HSV(B) | 291.43º | 0.99% | 0.86% | - |
| XYZ | 33.55 | 15.85 | 68.31 | - |
| YUV | 82.35 | 205.12 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 219 | 0.14 | 0.99 | 0 | 0.14 | 291.43 | 0.98 | 0.43 |
| Hex | BC | 2 | DB | E | 63 | 0 | E | 123 | 62 | 2B |
| Octal | 274 | 2 | 333 | 16 | 143 | 0 | 16 | 443 | 142 | 53 |
| Binary | 10111100 | 10 | 11011011 | 1110 | 1100011 | 0 | 1110 | 100100011 | 1100010 | 101011 |
Color Harmonies of #BC02DB
Complementary color
Monochromatic Colors of #BC02DB
Black with #BC02DB
Text Example
Text Example
White with #BC02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02DB; }
p { color: rgb(188,2,219); }
H1.HeaderClassName
{
color: #BC02DB;
}
.AnyTagClassName
{
color: #BC02DB;
}
</style>
background-color css
<style>
a { background-color: #BC02DB; }
a { background-color: rgb(188,2,219); }
div.DivClassName
{
background-color: #BC02DB;
}
.BgClassName
{
background-color: #BC02DB;
}
</style>
border-color css
<style>
span { border-color: #BC02DB; }
span { border-color: rgb(188,2,219); }
td.TdClassName
{
border-color: #BC02DB;
}
.TagClassName
{
border-color: #BC02DB;
}
</style>