Shades of Deep Magenta #BC01DB
Tints of Deep Magenta #BC01DB
RGB
CMYK
RGB Variations
Color information
#BC01DB (or 0xBC01DB) is known color: Deep Magenta. HEX triplet: BC, 01 and DB. RGB value is (188,1,219). Sum of RGB (Red+Green+Blue) = 188+1+219=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC01DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01DB is #43FE24. Grayscale: #515151. Windows color (decimal): -4455973 or 14352828. OLE color: 14352828.
HSL color Cylindrical-coordinate representation of color #BC01DB: hue angle of 291.47º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC01DB is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 1 | 219 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.14 |
| HSL | 291.47º | 0.99% | 0.43% | - |
| HSV(B) | 291.47º | 1% | 0.86% | - |
| XYZ | 33.54 | 15.83 | 68.31 | - |
| YUV | 81.77 | 205.45 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 219 | 0.14 | 1.00 | 0 | 0.14 | 291.47 | 0.99 | 0.43 |
| Hex | BC | 1 | DB | E | 64 | 0 | E | 123 | 63 | 2B |
| Octal | 274 | 1 | 333 | 16 | 144 | 0 | 16 | 443 | 143 | 53 |
| Binary | 10111100 | 1 | 11011011 | 1110 | 1100100 | 0 | 1110 | 100100011 | 1100011 | 101011 |
Color Harmonies of #BC01DB
Complementary color
Monochromatic Colors of #BC01DB
Black with #BC01DB
Text Example
Text Example
White with #BC01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01DB; }
p { color: rgb(188,1,219); }
H1.HeaderClassName
{
color: #BC01DB;
}
.AnyTagClassName
{
color: #BC01DB;
}
</style>
background-color css
<style>
a { background-color: #BC01DB; }
a { background-color: rgb(188,1,219); }
div.DivClassName
{
background-color: #BC01DB;
}
.BgClassName
{
background-color: #BC01DB;
}
</style>
border-color css
<style>
span { border-color: #BC01DB; }
span { border-color: rgb(188,1,219); }
td.TdClassName
{
border-color: #BC01DB;
}
.TagClassName
{
border-color: #BC01DB;
}
</style>