Shades of Deep Magenta #BC05DB
Tints of Deep Magenta #BC05DB
RGB
CMYK
RGB Variations
Color information
#BC05DB (or 0xBC05DB) is known color: Deep Magenta. HEX triplet: BC, 05 and DB. RGB value is (188,5,219). Sum of RGB (Red+Green+Blue) = 188+5+219=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC05DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05DB is #43FA24. Grayscale: #535353. Windows color (decimal): -4454949 or 14353852. OLE color: 14353852.
HSL color Cylindrical-coordinate representation of color #BC05DB: hue angle of 291.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC05DB is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 5 | 219 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.14 |
| HSL | 291.31º | 0.96% | 0.44% | - |
| HSV(B) | 291.31º | 0.98% | 0.86% | - |
| XYZ | 33.58 | 15.91 | 68.32 | - |
| YUV | 84.11 | 204.13 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 219 | 0.14 | 0.98 | 0 | 0.14 | 291.31 | 0.96 | 0.44 |
| Hex | BC | 5 | DB | E | 62 | 0 | E | 123 | 60 | 2C |
| Octal | 274 | 5 | 333 | 16 | 142 | 0 | 16 | 443 | 140 | 54 |
| Binary | 10111100 | 101 | 11011011 | 1110 | 1100010 | 0 | 1110 | 100100011 | 1100000 | 101100 |
Color Harmonies of #BC05DB
Complementary color
Monochromatic Colors of #BC05DB
Black with #BC05DB
Text Example
Text Example
White with #BC05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05DB; }
p { color: rgb(188,5,219); }
H1.HeaderClassName
{
color: #BC05DB;
}
.AnyTagClassName
{
color: #BC05DB;
}
</style>
background-color css
<style>
a { background-color: #BC05DB; }
a { background-color: rgb(188,5,219); }
div.DivClassName
{
background-color: #BC05DB;
}
.BgClassName
{
background-color: #BC05DB;
}
</style>
border-color css
<style>
span { border-color: #BC05DB; }
span { border-color: rgb(188,5,219); }
td.TdClassName
{
border-color: #BC05DB;
}
.TagClassName
{
border-color: #BC05DB;
}
</style>