Shades of Deep Magenta #BC0DDA
Tints of Deep Magenta #BC0DDA
RGB
CMYK
RGB Variations
Color information
#BC0DDA (or 0xBC0DDA) is known color: Deep Magenta. HEX triplet: BC, 0D and DA. RGB value is (188,13,218). Sum of RGB (Red+Green+Blue) = 188+13+218=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC0DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DDA is #43F225. Grayscale: #585858. Windows color (decimal): -4452902 or 14290364. OLE color: 14290364.
HSL color Cylindrical-coordinate representation of color #BC0DDA: hue angle of 291.22º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0DDA is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 13 | 218 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.15 |
| HSL | 291.22º | 0.89% | 0.45% | - |
| HSV(B) | 291.22º | 0.94% | 0.85% | - |
| XYZ | 33.54 | 16.04 | 67.66 | - |
| YUV | 88.7 | 200.98 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 218 | 0.14 | 0.94 | 0 | 0.15 | 291.22 | 0.89 | 0.45 |
| Hex | BC | D | DA | E | 5E | 0 | F | 123 | 59 | 2D |
| Octal | 274 | 15 | 332 | 16 | 136 | 0 | 17 | 443 | 131 | 55 |
| Binary | 10111100 | 1101 | 11011010 | 1110 | 1011110 | 0 | 1111 | 100100011 | 1011001 | 101101 |
Color Harmonies of #BC0DDA
Complementary color
Monochromatic Colors of #BC0DDA
Black with #BC0DDA
Text Example
Text Example
White with #BC0DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0DDA; }
p { color: rgb(188,13,218); }
H1.HeaderClassName
{
color: #BC0DDA;
}
.AnyTagClassName
{
color: #BC0DDA;
}
</style>
background-color css
<style>
a { background-color: #BC0DDA; }
a { background-color: rgb(188,13,218); }
div.DivClassName
{
background-color: #BC0DDA;
}
.BgClassName
{
background-color: #BC0DDA;
}
</style>
border-color css
<style>
span { border-color: #BC0DDA; }
span { border-color: rgb(188,13,218); }
td.TdClassName
{
border-color: #BC0DDA;
}
.TagClassName
{
border-color: #BC0DDA;
}
</style>