Shades of Deep Magenta #BC05D0
Tints of Deep Magenta #BC05D0
RGB
CMYK
RGB Variations
Color information
#BC05D0 (or 0xBC05D0) is known color: Deep Magenta. HEX triplet: BC, 05 and D0. RGB value is (188,5,208). Sum of RGB (Red+Green+Blue) = 188+5+208=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC05D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05D0 is #43FA2F. Grayscale: #525252. Windows color (decimal): -4454960 or 13632956. OLE color: 13632956.
HSL color Cylindrical-coordinate representation of color #BC05D0: hue angle of 294.09º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC05D0 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 5 | 208 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.18 |
| HSL | 294.09º | 0.95% | 0.42% | - |
| HSV(B) | 294.09º | 0.98% | 0.82% | - |
| XYZ | 32.18 | 15.35 | 60.94 | - |
| YUV | 82.86 | 198.63 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 208 | 0.10 | 0.98 | 0 | 0.18 | 294.09 | 0.95 | 0.42 |
| Hex | BC | 5 | D0 | A | 62 | 0 | 12 | 126 | 5F | 2A |
| Octal | 274 | 5 | 320 | 12 | 142 | 0 | 22 | 446 | 137 | 52 |
| Binary | 10111100 | 101 | 11010000 | 1010 | 1100010 | 0 | 10010 | 100100110 | 1011111 | 101010 |
Color Harmonies of #BC05D0
Complementary color
Monochromatic Colors of #BC05D0
Black with #BC05D0
Text Example
Text Example
White with #BC05D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05D0; }
p { color: rgb(188,5,208); }
H1.HeaderClassName
{
color: #BC05D0;
}
.AnyTagClassName
{
color: #BC05D0;
}
</style>
background-color css
<style>
a { background-color: #BC05D0; }
a { background-color: rgb(188,5,208); }
div.DivClassName
{
background-color: #BC05D0;
}
.BgClassName
{
background-color: #BC05D0;
}
</style>
border-color css
<style>
span { border-color: #BC05D0; }
span { border-color: rgb(188,5,208); }
td.TdClassName
{
border-color: #BC05D0;
}
.TagClassName
{
border-color: #BC05D0;
}
</style>