Shades of Deep Magenta #BC05D1
Tints of Deep Magenta #BC05D1
RGB
CMYK
RGB Variations
Color information
#BC05D1 (or 0xBC05D1) is known color: Deep Magenta. HEX triplet: BC, 05 and D1. RGB value is (188,5,209). Sum of RGB (Red+Green+Blue) = 188+5+209=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC05D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05D1 is #43FA2E. Grayscale: #525252. Windows color (decimal): -4454959 or 13698492. OLE color: 13698492.
HSL color Cylindrical-coordinate representation of color #BC05D1: hue angle of 293.82º 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 #BC05D1 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 5 | 209 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.18 |
| HSL | 293.82º | 0.95% | 0.42% | - |
| HSV(B) | 293.82º | 0.98% | 0.82% | - |
| XYZ | 32.3 | 15.4 | 61.59 | - |
| YUV | 82.97 | 199.13 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 209 | 0.10 | 0.98 | 0 | 0.18 | 293.82 | 0.95 | 0.42 |
| Hex | BC | 5 | D1 | A | 62 | 0 | 12 | 126 | 5F | 2A |
| Octal | 274 | 5 | 321 | 12 | 142 | 0 | 22 | 446 | 137 | 52 |
| Binary | 10111100 | 101 | 11010001 | 1010 | 1100010 | 0 | 10010 | 100100110 | 1011111 | 101010 |
Color Harmonies of #BC05D1
Complementary color
Monochromatic Colors of #BC05D1
Black with #BC05D1
Text Example
Text Example
White with #BC05D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05D1; }
p { color: rgb(188,5,209); }
H1.HeaderClassName
{
color: #BC05D1;
}
.AnyTagClassName
{
color: #BC05D1;
}
</style>
background-color css
<style>
a { background-color: #BC05D1; }
a { background-color: rgb(188,5,209); }
div.DivClassName
{
background-color: #BC05D1;
}
.BgClassName
{
background-color: #BC05D1;
}
</style>
border-color css
<style>
span { border-color: #BC05D1; }
span { border-color: rgb(188,5,209); }
td.TdClassName
{
border-color: #BC05D1;
}
.TagClassName
{
border-color: #BC05D1;
}
</style>