Shades of Deep Magenta #BC14DB
Tints of Deep Magenta #BC14DB
RGB
CMYK
RGB Variations
Color information
#BC14DB (or 0xBC14DB) is known color: Deep Magenta. HEX triplet: BC, 14 and DB. RGB value is (188,20,219). Sum of RGB (Red+Green+Blue) = 188+20+219=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC14DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14DB is #43EB24. Grayscale: #5C5C5C. Windows color (decimal): -4451109 or 14357692. OLE color: 14357692.
HSL color Cylindrical-coordinate representation of color #BC14DB: hue angle of 290.65º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC14DB is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 20 | 219 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.14 |
| HSL | 290.65º | 0.83% | 0.47% | - |
| HSV(B) | 290.65º | 0.91% | 0.86% | - |
| XYZ | 33.78 | 16.31 | 68.39 | - |
| YUV | 92.92 | 199.16 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 219 | 0.14 | 0.91 | 0 | 0.14 | 290.65 | 0.83 | 0.47 |
| Hex | BC | 14 | DB | E | 5B | 0 | E | 123 | 53 | 2F |
| Octal | 274 | 24 | 333 | 16 | 133 | 0 | 16 | 443 | 123 | 57 |
| Binary | 10111100 | 10100 | 11011011 | 1110 | 1011011 | 0 | 1110 | 100100011 | 1010011 | 101111 |
Color Harmonies of #BC14DB
Complementary color
Monochromatic Colors of #BC14DB
Black with #BC14DB
Text Example
Text Example
White with #BC14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14DB; }
p { color: rgb(188,20,219); }
H1.HeaderClassName
{
color: #BC14DB;
}
.AnyTagClassName
{
color: #BC14DB;
}
</style>
background-color css
<style>
a { background-color: #BC14DB; }
a { background-color: rgb(188,20,219); }
div.DivClassName
{
background-color: #BC14DB;
}
.BgClassName
{
background-color: #BC14DB;
}
</style>
border-color css
<style>
span { border-color: #BC14DB; }
span { border-color: rgb(188,20,219); }
td.TdClassName
{
border-color: #BC14DB;
}
.TagClassName
{
border-color: #BC14DB;
}
</style>