Shades of Deep Magenta #BC11DA
Tints of Deep Magenta #BC11DA
RGB
CMYK
RGB Variations
Color information
#BC11DA (or 0xBC11DA) is known color: Deep Magenta. HEX triplet: BC, 11 and DA. RGB value is (188,17,218). Sum of RGB (Red+Green+Blue) = 188+17+218=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC11DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC11DA is #43EE25. Grayscale: #5A5A5A. Windows color (decimal): -4451878 or 14291388. OLE color: 14291388.
HSL color Cylindrical-coordinate representation of color #BC11DA: hue angle of 291.04º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC11DA is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 17 | 218 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.15 |
| HSL | 291.04º | 0.86% | 0.46% | - |
| HSV(B) | 291.04º | 0.92% | 0.85% | - |
| XYZ | 33.59 | 16.15 | 67.68 | - |
| YUV | 91.04 | 199.65 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 218 | 0.14 | 0.92 | 0 | 0.15 | 291.04 | 0.86 | 0.46 |
| Hex | BC | 11 | DA | E | 5C | 0 | F | 123 | 56 | 2E |
| Octal | 274 | 21 | 332 | 16 | 134 | 0 | 17 | 443 | 126 | 56 |
| Binary | 10111100 | 10001 | 11011010 | 1110 | 1011100 | 0 | 1111 | 100100011 | 1010110 | 101110 |
Color Harmonies of #BC11DA
Complementary color
Monochromatic Colors of #BC11DA
Black with #BC11DA
Text Example
Text Example
White with #BC11DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11DA; }
p { color: rgb(188,17,218); }
H1.HeaderClassName
{
color: #BC11DA;
}
.AnyTagClassName
{
color: #BC11DA;
}
</style>
background-color css
<style>
a { background-color: #BC11DA; }
a { background-color: rgb(188,17,218); }
div.DivClassName
{
background-color: #BC11DA;
}
.BgClassName
{
background-color: #BC11DA;
}
</style>
border-color css
<style>
span { border-color: #BC11DA; }
span { border-color: rgb(188,17,218); }
td.TdClassName
{
border-color: #BC11DA;
}
.TagClassName
{
border-color: #BC11DA;
}
</style>