Shades of Deep Magenta #BC21DB
Tints of Deep Magenta #BC21DB
RGB
CMYK
RGB Variations
Color information
#BC21DB (or 0xBC21DB) is known color: Deep Magenta. HEX triplet: BC, 21 and DB. RGB value is (188,33,219). Sum of RGB (Red+Green+Blue) = 188+33+219=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC21DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21DB is #43DE24. Grayscale: #636363. Windows color (decimal): -4447781 or 14361020. OLE color: 14361020.
HSL color Cylindrical-coordinate representation of color #BC21DB: hue angle of 290º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC21DB is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 33 | 219 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.14 |
| HSL | 290º | 0.74% | 0.49% | - |
| HSV(B) | 290º | 0.85% | 0.86% | - |
| XYZ | 34.07 | 16.89 | 68.48 | - |
| YUV | 100.55 | 194.85 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 219 | 0.14 | 0.85 | 0 | 0.14 | 290 | 0.74 | 0.49 |
| Hex | BC | 21 | DB | E | 55 | 0 | E | 122 | 4A | 31 |
| Octal | 274 | 41 | 333 | 16 | 125 | 0 | 16 | 442 | 112 | 61 |
| Binary | 10111100 | 100001 | 11011011 | 1110 | 1010101 | 0 | 1110 | 100100010 | 1001010 | 110001 |
Color Harmonies of #BC21DB
Complementary color
Monochromatic Colors of #BC21DB
Black with #BC21DB
Text Example
Text Example
White with #BC21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21DB; }
p { color: rgb(188,33,219); }
H1.HeaderClassName
{
color: #BC21DB;
}
.AnyTagClassName
{
color: #BC21DB;
}
</style>
background-color css
<style>
a { background-color: #BC21DB; }
a { background-color: rgb(188,33,219); }
div.DivClassName
{
background-color: #BC21DB;
}
.BgClassName
{
background-color: #BC21DB;
}
</style>
border-color css
<style>
span { border-color: #BC21DB; }
span { border-color: rgb(188,33,219); }
td.TdClassName
{
border-color: #BC21DB;
}
.TagClassName
{
border-color: #BC21DB;
}
</style>