Shades of Deep Magenta #BC05DA
Tints of Deep Magenta #BC05DA
RGB
CMYK
RGB Variations
Color information
#BC05DA (or 0xBC05DA) is known color: Deep Magenta. HEX triplet: BC, 05 and DA. RGB value is (188,5,218). Sum of RGB (Red+Green+Blue) = 188+5+218=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC05DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05DA is #43FA25. Grayscale: #535353. Windows color (decimal): -4454950 or 14288316. OLE color: 14288316.
HSL color Cylindrical-coordinate representation of color #BC05DA: hue angle of 291.55º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC05DA is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 5 | 218 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.15 |
| HSL | 291.55º | 0.96% | 0.44% | - |
| HSV(B) | 291.55º | 0.98% | 0.85% | - |
| XYZ | 33.45 | 15.86 | 67.63 | - |
| YUV | 84 | 203.63 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 218 | 0.14 | 0.98 | 0 | 0.15 | 291.55 | 0.96 | 0.44 |
| Hex | BC | 5 | DA | E | 62 | 0 | F | 124 | 60 | 2C |
| Octal | 274 | 5 | 332 | 16 | 142 | 0 | 17 | 444 | 140 | 54 |
| Binary | 10111100 | 101 | 11011010 | 1110 | 1100010 | 0 | 1111 | 100100100 | 1100000 | 101100 |
Color Harmonies of #BC05DA
Complementary color
Monochromatic Colors of #BC05DA
Black with #BC05DA
Text Example
Text Example
White with #BC05DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05DA; }
p { color: rgb(188,5,218); }
H1.HeaderClassName
{
color: #BC05DA;
}
.AnyTagClassName
{
color: #BC05DA;
}
</style>
background-color css
<style>
a { background-color: #BC05DA; }
a { background-color: rgb(188,5,218); }
div.DivClassName
{
background-color: #BC05DA;
}
.BgClassName
{
background-color: #BC05DA;
}
</style>
border-color css
<style>
span { border-color: #BC05DA; }
span { border-color: rgb(188,5,218); }
td.TdClassName
{
border-color: #BC05DA;
}
.TagClassName
{
border-color: #BC05DA;
}
</style>