Shades of Deep Magenta #BC16DF
Tints of Deep Magenta #BC16DF
RGB
CMYK
RGB Variations
Color information
#BC16DF (or 0xBC16DF) is known color: Deep Magenta. HEX triplet: BC, 16 and DF. RGB value is (188,22,223). Sum of RGB (Red+Green+Blue) = 188+22+223=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC16DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16DF is #43E920. Grayscale: #5D5D5D. Windows color (decimal): -4450593 or 14620348. OLE color: 14620348.
HSL color Cylindrical-coordinate representation of color #BC16DF: hue angle of 289.55º degrees, saturation: 0.82, 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 #BC16DF is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 22 | 223 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.13 |
| HSL | 289.55º | 0.82% | 0.48% | - |
| HSV(B) | 289.55º | 0.9% | 0.87% | - |
| XYZ | 34.35 | 16.59 | 71.2 | - |
| YUV | 94.55 | 200.5 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 223 | 0.16 | 0.90 | 0 | 0.13 | 289.55 | 0.82 | 0.48 |
| Hex | BC | 16 | DF | 10 | 5A | 0 | D | 122 | 52 | 30 |
| Octal | 274 | 26 | 337 | 20 | 132 | 0 | 15 | 442 | 122 | 60 |
| Binary | 10111100 | 10110 | 11011111 | 10000 | 1011010 | 0 | 1101 | 100100010 | 1010010 | 110000 |
Color Harmonies of #BC16DF
Complementary color
Monochromatic Colors of #BC16DF
Black with #BC16DF
Text Example
Text Example
White with #BC16DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16DF; }
p { color: rgb(188,22,223); }
H1.HeaderClassName
{
color: #BC16DF;
}
.AnyTagClassName
{
color: #BC16DF;
}
</style>
background-color css
<style>
a { background-color: #BC16DF; }
a { background-color: rgb(188,22,223); }
div.DivClassName
{
background-color: #BC16DF;
}
.BgClassName
{
background-color: #BC16DF;
}
</style>
border-color css
<style>
span { border-color: #BC16DF; }
span { border-color: rgb(188,22,223); }
td.TdClassName
{
border-color: #BC16DF;
}
.TagClassName
{
border-color: #BC16DF;
}
</style>