Shades of Deep Magenta #BC0ADD
Tints of Deep Magenta #BC0ADD
RGB
CMYK
RGB Variations
Color information
#BC0ADD (or 0xBC0ADD) is known color: Deep Magenta. HEX triplet: BC, 0A and DD. RGB value is (188,10,221). Sum of RGB (Red+Green+Blue) = 188+10+221=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC0ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ADD is #43F522. Grayscale: #565656. Windows color (decimal): -4453667 or 14486204. OLE color: 14486204.
HSL color Cylindrical-coordinate representation of color #BC0ADD: hue angle of 290.62º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0ADD is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 10 | 221 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.13 |
| HSL | 290.62º | 0.91% | 0.45% | - |
| HSV(B) | 290.62º | 0.95% | 0.87% | - |
| XYZ | 33.9 | 16.13 | 69.73 | - |
| YUV | 87.28 | 203.47 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 221 | 0.15 | 0.95 | 0 | 0.13 | 290.62 | 0.91 | 0.45 |
| Hex | BC | A | DD | F | 5F | 0 | D | 123 | 5B | 2D |
| Octal | 274 | 12 | 335 | 17 | 137 | 0 | 15 | 443 | 133 | 55 |
| Binary | 10111100 | 1010 | 11011101 | 1111 | 1011111 | 0 | 1101 | 100100011 | 1011011 | 101101 |
Color Harmonies of #BC0ADD
Complementary color
Monochromatic Colors of #BC0ADD
Black with #BC0ADD
Text Example
Text Example
White with #BC0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0ADD; }
p { color: rgb(188,10,221); }
H1.HeaderClassName
{
color: #BC0ADD;
}
.AnyTagClassName
{
color: #BC0ADD;
}
</style>
background-color css
<style>
a { background-color: #BC0ADD; }
a { background-color: rgb(188,10,221); }
div.DivClassName
{
background-color: #BC0ADD;
}
.BgClassName
{
background-color: #BC0ADD;
}
</style>
border-color css
<style>
span { border-color: #BC0ADD; }
span { border-color: rgb(188,10,221); }
td.TdClassName
{
border-color: #BC0ADD;
}
.TagClassName
{
border-color: #BC0ADD;
}
</style>