Shades of Deep Magenta #BC0AD0
Tints of Deep Magenta #BC0AD0
RGB
CMYK
RGB Variations
Color information
#BC0AD0 (or 0xBC0AD0) is known color: Deep Magenta. HEX triplet: BC, 0A and D0. RGB value is (188,10,208). Sum of RGB (Red+Green+Blue) = 188+10+208=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC0AD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0AD0 is #43F52F. Grayscale: #555555. Windows color (decimal): -4453680 or 13634236. OLE color: 13634236.
HSL color Cylindrical-coordinate representation of color #BC0AD0: hue angle of 293.94º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0AD0 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 10 | 208 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.18 |
| HSL | 293.94º | 0.91% | 0.43% | - |
| HSV(B) | 293.94º | 0.95% | 0.82% | - |
| XYZ | 32.23 | 15.46 | 60.96 | - |
| YUV | 85.79 | 196.97 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 208 | 0.10 | 0.95 | 0 | 0.18 | 293.94 | 0.91 | 0.43 |
| Hex | BC | A | D0 | A | 5F | 0 | 12 | 126 | 5B | 2B |
| Octal | 274 | 12 | 320 | 12 | 137 | 0 | 22 | 446 | 133 | 53 |
| Binary | 10111100 | 1010 | 11010000 | 1010 | 1011111 | 0 | 10010 | 100100110 | 1011011 | 101011 |
Color Harmonies of #BC0AD0
Complementary color
Monochromatic Colors of #BC0AD0
Black with #BC0AD0
Text Example
Text Example
White with #BC0AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0AD0; }
p { color: rgb(188,10,208); }
H1.HeaderClassName
{
color: #BC0AD0;
}
.AnyTagClassName
{
color: #BC0AD0;
}
</style>
background-color css
<style>
a { background-color: #BC0AD0; }
a { background-color: rgb(188,10,208); }
div.DivClassName
{
background-color: #BC0AD0;
}
.BgClassName
{
background-color: #BC0AD0;
}
</style>
border-color css
<style>
span { border-color: #BC0AD0; }
span { border-color: rgb(188,10,208); }
td.TdClassName
{
border-color: #BC0AD0;
}
.TagClassName
{
border-color: #BC0AD0;
}
</style>