Shades of Deep Magenta #BC05D2
Tints of Deep Magenta #BC05D2
RGB
CMYK
RGB Variations
Color information
#BC05D2 (or 0xBC05D2) is known color: Deep Magenta. HEX triplet: BC, 05 and D2. RGB value is (188,5,210). Sum of RGB (Red+Green+Blue) = 188+5+210=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 210 (82.42% from 255 or 52.11% from 403); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC05D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05D2 is #43FA2D. Grayscale: #525252. Windows color (decimal): -4454958 or 13764028. OLE color: 13764028.
HSL color Cylindrical-coordinate representation of color #BC05D2: hue angle of 293.56º 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 #BC05D2 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 5 | 210 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.18 |
| HSL | 293.56º | 0.95% | 0.42% | - |
| HSV(B) | 293.56º | 0.98% | 0.82% | - |
| XYZ | 32.43 | 15.45 | 62.25 | - |
| YUV | 83.09 | 199.63 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 210 | 0.10 | 0.98 | 0 | 0.18 | 293.56 | 0.95 | 0.42 |
| Hex | BC | 5 | D2 | A | 62 | 0 | 12 | 126 | 5F | 2A |
| Octal | 274 | 5 | 322 | 12 | 142 | 0 | 22 | 446 | 137 | 52 |
| Binary | 10111100 | 101 | 11010010 | 1010 | 1100010 | 0 | 10010 | 100100110 | 1011111 | 101010 |
Color Harmonies of #BC05D2
Complementary color
Monochromatic Colors of #BC05D2
Black with #BC05D2
Text Example
Text Example
White with #BC05D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05D2; }
p { color: rgb(188,5,210); }
H1.HeaderClassName
{
color: #BC05D2;
}
.AnyTagClassName
{
color: #BC05D2;
}
</style>
background-color css
<style>
a { background-color: #BC05D2; }
a { background-color: rgb(188,5,210); }
div.DivClassName
{
background-color: #BC05D2;
}
.BgClassName
{
background-color: #BC05D2;
}
</style>
border-color css
<style>
span { border-color: #BC05D2; }
span { border-color: rgb(188,5,210); }
td.TdClassName
{
border-color: #BC05D2;
}
.TagClassName
{
border-color: #BC05D2;
}
</style>