Shades of Deep Magenta #BC06D0
Tints of Deep Magenta #BC06D0
RGB
CMYK
RGB Variations
Color information
#BC06D0 (or 0xBC06D0) is known color: Deep Magenta. HEX triplet: BC, 06 and D0. RGB value is (188,6,208). Sum of RGB (Red+Green+Blue) = 188+6+208=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC06D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC06D0 is #43F92F. Grayscale: #525252. Windows color (decimal): -4454704 or 13633212. OLE color: 13633212.
HSL color Cylindrical-coordinate representation of color #BC06D0: hue angle of 294.06º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC06D0 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 6 | 208 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.18 |
| HSL | 294.06º | 0.94% | 0.42% | - |
| HSV(B) | 294.06º | 0.97% | 0.82% | - |
| XYZ | 32.19 | 15.38 | 60.95 | - |
| YUV | 83.45 | 198.3 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 208 | 0.10 | 0.97 | 0 | 0.18 | 294.06 | 0.94 | 0.42 |
| Hex | BC | 6 | D0 | A | 61 | 0 | 12 | 126 | 5E | 2A |
| Octal | 274 | 6 | 320 | 12 | 141 | 0 | 22 | 446 | 136 | 52 |
| Binary | 10111100 | 110 | 11010000 | 1010 | 1100001 | 0 | 10010 | 100100110 | 1011110 | 101010 |
Color Harmonies of #BC06D0
Complementary color
Monochromatic Colors of #BC06D0
Black with #BC06D0
Text Example
Text Example
White with #BC06D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC06D0; }
p { color: rgb(188,6,208); }
H1.HeaderClassName
{
color: #BC06D0;
}
.AnyTagClassName
{
color: #BC06D0;
}
</style>
background-color css
<style>
a { background-color: #BC06D0; }
a { background-color: rgb(188,6,208); }
div.DivClassName
{
background-color: #BC06D0;
}
.BgClassName
{
background-color: #BC06D0;
}
</style>
border-color css
<style>
span { border-color: #BC06D0; }
span { border-color: rgb(188,6,208); }
td.TdClassName
{
border-color: #BC06D0;
}
.TagClassName
{
border-color: #BC06D0;
}
</style>