Shades of Deep Magenta #BC03DB
Tints of Deep Magenta #BC03DB
RGB
CMYK
RGB Variations
Color information
#BC03DB (or 0xBC03DB) is known color: Deep Magenta. HEX triplet: BC, 03 and DB. RGB value is (188,3,219). Sum of RGB (Red+Green+Blue) = 188+3+219=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03DB is #43FC24. Grayscale: #525252. Windows color (decimal): -4455461 or 14353340. OLE color: 14353340.
HSL color Cylindrical-coordinate representation of color #BC03DB: hue angle of 291.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03DB is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 3 | 219 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.14 |
| HSL | 291.39º | 0.97% | 0.44% | - |
| HSV(B) | 291.39º | 0.99% | 0.86% | - |
| XYZ | 33.56 | 15.87 | 68.31 | - |
| YUV | 82.94 | 204.79 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 219 | 0.14 | 0.99 | 0 | 0.14 | 291.39 | 0.97 | 0.44 |
| Hex | BC | 3 | DB | E | 63 | 0 | E | 123 | 61 | 2C |
| Octal | 274 | 3 | 333 | 16 | 143 | 0 | 16 | 443 | 141 | 54 |
| Binary | 10111100 | 11 | 11011011 | 1110 | 1100011 | 0 | 1110 | 100100011 | 1100001 | 101100 |
Color Harmonies of #BC03DB
Complementary color
Monochromatic Colors of #BC03DB
Black with #BC03DB
Text Example
Text Example
White with #BC03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC03DB; }
p { color: rgb(188,3,219); }
H1.HeaderClassName
{
color: #BC03DB;
}
.AnyTagClassName
{
color: #BC03DB;
}
</style>
background-color css
<style>
a { background-color: #BC03DB; }
a { background-color: rgb(188,3,219); }
div.DivClassName
{
background-color: #BC03DB;
}
.BgClassName
{
background-color: #BC03DB;
}
</style>
border-color css
<style>
span { border-color: #BC03DB; }
span { border-color: rgb(188,3,219); }
td.TdClassName
{
border-color: #BC03DB;
}
.TagClassName
{
border-color: #BC03DB;
}
</style>