Shades of Deep Magenta #BC06DB
Tints of Deep Magenta #BC06DB
RGB
CMYK
RGB Variations
Color information
#BC06DB (or 0xBC06DB) is known color: Deep Magenta. HEX triplet: BC, 06 and DB. RGB value is (188,6,219). Sum of RGB (Red+Green+Blue) = 188+6+219=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC06DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC06DB is #43F924. Grayscale: #545454. Windows color (decimal): -4454693 or 14354108. OLE color: 14354108.
HSL color Cylindrical-coordinate representation of color #BC06DB: hue angle of 291.27º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC06DB is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 6 | 219 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.14 |
| HSL | 291.27º | 0.95% | 0.44% | - |
| HSV(B) | 291.27º | 0.97% | 0.86% | - |
| XYZ | 33.59 | 15.94 | 68.32 | - |
| YUV | 84.7 | 203.8 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 219 | 0.14 | 0.97 | 0 | 0.14 | 291.27 | 0.95 | 0.44 |
| Hex | BC | 6 | DB | E | 61 | 0 | E | 123 | 5F | 2C |
| Octal | 274 | 6 | 333 | 16 | 141 | 0 | 16 | 443 | 137 | 54 |
| Binary | 10111100 | 110 | 11011011 | 1110 | 1100001 | 0 | 1110 | 100100011 | 1011111 | 101100 |
Color Harmonies of #BC06DB
Complementary color
Monochromatic Colors of #BC06DB
Black with #BC06DB
Text Example
Text Example
White with #BC06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC06DB; }
p { color: rgb(188,6,219); }
H1.HeaderClassName
{
color: #BC06DB;
}
.AnyTagClassName
{
color: #BC06DB;
}
</style>
background-color css
<style>
a { background-color: #BC06DB; }
a { background-color: rgb(188,6,219); }
div.DivClassName
{
background-color: #BC06DB;
}
.BgClassName
{
background-color: #BC06DB;
}
</style>
border-color css
<style>
span { border-color: #BC06DB; }
span { border-color: rgb(188,6,219); }
td.TdClassName
{
border-color: #BC06DB;
}
.TagClassName
{
border-color: #BC06DB;
}
</style>