Shades of Deep Magenta #BC10DD
Tints of Deep Magenta #BC10DD
RGB
CMYK
RGB Variations
Color information
#BC10DD (or 0xBC10DD) is known color: Deep Magenta. HEX triplet: BC, 10 and DD. RGB value is (188,16,221). Sum of RGB (Red+Green+Blue) = 188+16+221=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC10DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10DD is #43EF22. Grayscale: #5A5A5A. Windows color (decimal): -4452131 or 14487740. OLE color: 14487740.
HSL color Cylindrical-coordinate representation of color #BC10DD: hue angle of 290.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC10DD is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 16 | 221 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.13 |
| HSL | 290.34º | 0.86% | 0.46% | - |
| HSV(B) | 290.34º | 0.93% | 0.87% | - |
| XYZ | 33.98 | 16.28 | 69.76 | - |
| YUV | 90.8 | 201.48 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 221 | 0.15 | 0.93 | 0 | 0.13 | 290.34 | 0.86 | 0.46 |
| Hex | BC | 10 | DD | F | 5D | 0 | D | 122 | 56 | 2E |
| Octal | 274 | 20 | 335 | 17 | 135 | 0 | 15 | 442 | 126 | 56 |
| Binary | 10111100 | 10000 | 11011101 | 1111 | 1011101 | 0 | 1101 | 100100010 | 1010110 | 101110 |
Color Harmonies of #BC10DD
Complementary color
Monochromatic Colors of #BC10DD
Black with #BC10DD
Text Example
Text Example
White with #BC10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10DD; }
p { color: rgb(188,16,221); }
H1.HeaderClassName
{
color: #BC10DD;
}
.AnyTagClassName
{
color: #BC10DD;
}
</style>
background-color css
<style>
a { background-color: #BC10DD; }
a { background-color: rgb(188,16,221); }
div.DivClassName
{
background-color: #BC10DD;
}
.BgClassName
{
background-color: #BC10DD;
}
</style>
border-color css
<style>
span { border-color: #BC10DD; }
span { border-color: rgb(188,16,221); }
td.TdClassName
{
border-color: #BC10DD;
}
.TagClassName
{
border-color: #BC10DD;
}
</style>