Shades of Deep Magenta #BC17DC
Tints of Deep Magenta #BC17DC
RGB
CMYK
RGB Variations
Color information
#BC17DC (or 0xBC17DC) is known color: Deep Magenta. HEX triplet: BC, 17 and DC. RGB value is (188,23,220). Sum of RGB (Red+Green+Blue) = 188+23+220=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC17DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17DC is #43E823. Grayscale: #5E5E5E. Windows color (decimal): -4450340 or 14423996. OLE color: 14423996.
HSL color Cylindrical-coordinate representation of color #BC17DC: hue angle of 290.25º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC17DC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 23 | 220 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.14 |
| HSL | 290.25º | 0.81% | 0.48% | - |
| HSV(B) | 290.25º | 0.9% | 0.86% | - |
| XYZ | 33.96 | 16.47 | 69.1 | - |
| YUV | 94.79 | 198.66 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 220 | 0.15 | 0.90 | 0 | 0.14 | 290.25 | 0.81 | 0.48 |
| Hex | BC | 17 | DC | F | 5A | 0 | E | 122 | 51 | 30 |
| Octal | 274 | 27 | 334 | 17 | 132 | 0 | 16 | 442 | 121 | 60 |
| Binary | 10111100 | 10111 | 11011100 | 1111 | 1011010 | 0 | 1110 | 100100010 | 1010001 | 110000 |
Color Harmonies of #BC17DC
Complementary color
Monochromatic Colors of #BC17DC
Black with #BC17DC
Text Example
Text Example
White with #BC17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17DC; }
p { color: rgb(188,23,220); }
H1.HeaderClassName
{
color: #BC17DC;
}
.AnyTagClassName
{
color: #BC17DC;
}
</style>
background-color css
<style>
a { background-color: #BC17DC; }
a { background-color: rgb(188,23,220); }
div.DivClassName
{
background-color: #BC17DC;
}
.BgClassName
{
background-color: #BC17DC;
}
</style>
border-color css
<style>
span { border-color: #BC17DC; }
span { border-color: rgb(188,23,220); }
td.TdClassName
{
border-color: #BC17DC;
}
.TagClassName
{
border-color: #BC17DC;
}
</style>