Shades of Deep Magenta #BC1CDA
Tints of Deep Magenta #BC1CDA
RGB
CMYK
RGB Variations
Color information
#BC1CDA (or 0xBC1CDA) is known color: Deep Magenta. HEX triplet: BC, 1C and DA. RGB value is (188,28,218). Sum of RGB (Red+Green+Blue) = 188+28+218=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC1CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CDA is #43E325. Grayscale: #606060. Windows color (decimal): -4449062 or 14294204. OLE color: 14294204.
HSL color Cylindrical-coordinate representation of color #BC1CDA: hue angle of 290.53º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1CDA is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 28 | 218 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.15 |
| HSL | 290.53º | 0.77% | 0.48% | - |
| HSV(B) | 290.53º | 0.87% | 0.85% | - |
| XYZ | 33.81 | 16.58 | 67.75 | - |
| YUV | 97.5 | 196.01 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 218 | 0.14 | 0.87 | 0 | 0.15 | 290.53 | 0.77 | 0.48 |
| Hex | BC | 1C | DA | E | 57 | 0 | F | 123 | 4D | 30 |
| Octal | 274 | 34 | 332 | 16 | 127 | 0 | 17 | 443 | 115 | 60 |
| Binary | 10111100 | 11100 | 11011010 | 1110 | 1010111 | 0 | 1111 | 100100011 | 1001101 | 110000 |
Color Harmonies of #BC1CDA
Complementary color
Monochromatic Colors of #BC1CDA
Black with #BC1CDA
Text Example
Text Example
White with #BC1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CDA; }
p { color: rgb(188,28,218); }
H1.HeaderClassName
{
color: #BC1CDA;
}
.AnyTagClassName
{
color: #BC1CDA;
}
</style>
background-color css
<style>
a { background-color: #BC1CDA; }
a { background-color: rgb(188,28,218); }
div.DivClassName
{
background-color: #BC1CDA;
}
.BgClassName
{
background-color: #BC1CDA;
}
</style>
border-color css
<style>
span { border-color: #BC1CDA; }
span { border-color: rgb(188,28,218); }
td.TdClassName
{
border-color: #BC1CDA;
}
.TagClassName
{
border-color: #BC1CDA;
}
</style>