Shades of Deep Magenta #BC10D5
Tints of Deep Magenta #BC10D5
RGB
CMYK
RGB Variations
Color information
#BC10D5 (or 0xBC10D5) is known color: Deep Magenta. HEX triplet: BC, 10 and D5. RGB value is (188,16,213). Sum of RGB (Red+Green+Blue) = 188+16+213=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC10D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10D5 is #43EF2A. Grayscale: #595959. Windows color (decimal): -4452139 or 13963452. OLE color: 13963452.
HSL color Cylindrical-coordinate representation of color #BC10D5: hue angle of 292.39º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC10D5 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 16 | 213 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.16 |
| HSL | 292.39º | 0.86% | 0.45% | - |
| HSV(B) | 292.39º | 0.92% | 0.84% | - |
| XYZ | 32.93 | 15.87 | 64.28 | - |
| YUV | 89.89 | 197.48 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 213 | 0.12 | 0.92 | 0 | 0.16 | 292.39 | 0.86 | 0.45 |
| Hex | BC | 10 | D5 | C | 5C | 0 | 10 | 124 | 56 | 2D |
| Octal | 274 | 20 | 325 | 14 | 134 | 0 | 20 | 444 | 126 | 55 |
| Binary | 10111100 | 10000 | 11010101 | 1100 | 1011100 | 0 | 10000 | 100100100 | 1010110 | 101101 |
Color Harmonies of #BC10D5
Complementary color
Monochromatic Colors of #BC10D5
Black with #BC10D5
Text Example
Text Example
White with #BC10D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10D5; }
p { color: rgb(188,16,213); }
H1.HeaderClassName
{
color: #BC10D5;
}
.AnyTagClassName
{
color: #BC10D5;
}
</style>
background-color css
<style>
a { background-color: #BC10D5; }
a { background-color: rgb(188,16,213); }
div.DivClassName
{
background-color: #BC10D5;
}
.BgClassName
{
background-color: #BC10D5;
}
</style>
border-color css
<style>
span { border-color: #BC10D5; }
span { border-color: rgb(188,16,213); }
td.TdClassName
{
border-color: #BC10D5;
}
.TagClassName
{
border-color: #BC10D5;
}
</style>