Shades of Deep Magenta #BC0DDC
Tints of Deep Magenta #BC0DDC
RGB
CMYK
RGB Variations
Color information
#BC0DDC (or 0xBC0DDC) is known color: Deep Magenta. HEX triplet: BC, 0D and DC. RGB value is (188,13,220). Sum of RGB (Red+Green+Blue) = 188+13+220=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC0DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DDC is #43F223. Grayscale: #585858. Windows color (decimal): -4452900 or 14421436. OLE color: 14421436.
HSL color Cylindrical-coordinate representation of color #BC0DDC: hue angle of 290.72º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0DDC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 13 | 220 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.14 |
| HSL | 290.72º | 0.89% | 0.46% | - |
| HSV(B) | 290.72º | 0.94% | 0.86% | - |
| XYZ | 33.8 | 16.15 | 69.05 | - |
| YUV | 88.92 | 201.98 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 220 | 0.15 | 0.94 | 0 | 0.14 | 290.72 | 0.89 | 0.46 |
| Hex | BC | D | DC | F | 5E | 0 | E | 123 | 59 | 2E |
| Octal | 274 | 15 | 334 | 17 | 136 | 0 | 16 | 443 | 131 | 56 |
| Binary | 10111100 | 1101 | 11011100 | 1111 | 1011110 | 0 | 1110 | 100100011 | 1011001 | 101110 |
Color Harmonies of #BC0DDC
Complementary color
Monochromatic Colors of #BC0DDC
Black with #BC0DDC
Text Example
Text Example
White with #BC0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0DDC; }
p { color: rgb(188,13,220); }
H1.HeaderClassName
{
color: #BC0DDC;
}
.AnyTagClassName
{
color: #BC0DDC;
}
</style>
background-color css
<style>
a { background-color: #BC0DDC; }
a { background-color: rgb(188,13,220); }
div.DivClassName
{
background-color: #BC0DDC;
}
.BgClassName
{
background-color: #BC0DDC;
}
</style>
border-color css
<style>
span { border-color: #BC0DDC; }
span { border-color: rgb(188,13,220); }
td.TdClassName
{
border-color: #BC0DDC;
}
.TagClassName
{
border-color: #BC0DDC;
}
</style>