Shades of Deep Magenta #BC17DF
Tints of Deep Magenta #BC17DF
RGB
CMYK
RGB Variations
Color information
#BC17DF (or 0xBC17DF) is known color: Deep Magenta. HEX triplet: BC, 17 and DF. RGB value is (188,23,223). Sum of RGB (Red+Green+Blue) = 188+23+223=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC17DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC17DF is #43E820. Grayscale: #5E5E5E. Windows color (decimal): -4450337 or 14620604. OLE color: 14620604.
HSL color Cylindrical-coordinate representation of color #BC17DF: hue angle of 289.5º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC17DF is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 23 | 223 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.13 |
| HSL | 289.5º | 0.81% | 0.48% | - |
| HSV(B) | 289.5º | 0.9% | 0.87% | - |
| XYZ | 34.36 | 16.63 | 71.21 | - |
| YUV | 95.14 | 200.16 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 223 | 0.16 | 0.90 | 0 | 0.13 | 289.5 | 0.81 | 0.48 |
| Hex | BC | 17 | DF | 10 | 5A | 0 | D | 122 | 51 | 30 |
| Octal | 274 | 27 | 337 | 20 | 132 | 0 | 15 | 442 | 121 | 60 |
| Binary | 10111100 | 10111 | 11011111 | 10000 | 1011010 | 0 | 1101 | 100100010 | 1010001 | 110000 |
Color Harmonies of #BC17DF
Complementary color
Monochromatic Colors of #BC17DF
Black with #BC17DF
Text Example
Text Example
White with #BC17DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17DF; }
p { color: rgb(188,23,223); }
H1.HeaderClassName
{
color: #BC17DF;
}
.AnyTagClassName
{
color: #BC17DF;
}
</style>
background-color css
<style>
a { background-color: #BC17DF; }
a { background-color: rgb(188,23,223); }
div.DivClassName
{
background-color: #BC17DF;
}
.BgClassName
{
background-color: #BC17DF;
}
</style>
border-color css
<style>
span { border-color: #BC17DF; }
span { border-color: rgb(188,23,223); }
td.TdClassName
{
border-color: #BC17DF;
}
.TagClassName
{
border-color: #BC17DF;
}
</style>