Shades of Deep Magenta #BC0FDB
Tints of Deep Magenta #BC0FDB
RGB
CMYK
RGB Variations
Color information
#BC0FDB (or 0xBC0FDB) is known color: Deep Magenta. HEX triplet: BC, 0F and DB. RGB value is (188,15,219). Sum of RGB (Red+Green+Blue) = 188+15+219=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC0FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0FDB is #43F024. Grayscale: #595959. Windows color (decimal): -4452389 or 14356412. OLE color: 14356412.
HSL color Cylindrical-coordinate representation of color #BC0FDB: hue angle of 290.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0FDB is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 15 | 219 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.14 |
| HSL | 290.88º | 0.87% | 0.46% | - |
| HSV(B) | 290.88º | 0.93% | 0.86% | - |
| XYZ | 33.7 | 16.15 | 68.36 | - |
| YUV | 89.98 | 200.81 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 219 | 0.14 | 0.93 | 0 | 0.14 | 290.88 | 0.87 | 0.46 |
| Hex | BC | F | DB | E | 5D | 0 | E | 123 | 57 | 2E |
| Octal | 274 | 17 | 333 | 16 | 135 | 0 | 16 | 443 | 127 | 56 |
| Binary | 10111100 | 1111 | 11011011 | 1110 | 1011101 | 0 | 1110 | 100100011 | 1010111 | 101110 |
Color Harmonies of #BC0FDB
Complementary color
Monochromatic Colors of #BC0FDB
Black with #BC0FDB
Text Example
Text Example
White with #BC0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FDB; }
p { color: rgb(188,15,219); }
H1.HeaderClassName
{
color: #BC0FDB;
}
.AnyTagClassName
{
color: #BC0FDB;
}
</style>
background-color css
<style>
a { background-color: #BC0FDB; }
a { background-color: rgb(188,15,219); }
div.DivClassName
{
background-color: #BC0FDB;
}
.BgClassName
{
background-color: #BC0FDB;
}
</style>
border-color css
<style>
span { border-color: #BC0FDB; }
span { border-color: rgb(188,15,219); }
td.TdClassName
{
border-color: #BC0FDB;
}
.TagClassName
{
border-color: #BC0FDB;
}
</style>