Shades of Deep Magenta #BC19DF
Tints of Deep Magenta #BC19DF
RGB
CMYK
RGB Variations
Color information
#BC19DF (or 0xBC19DF) is known color: Deep Magenta. HEX triplet: BC, 19 and DF. RGB value is (188,25,223). Sum of RGB (Red+Green+Blue) = 188+25+223=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC19DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19DF is #43E620. Grayscale: #5F5F5F. Windows color (decimal): -4449825 or 14621116. OLE color: 14621116.
HSL color Cylindrical-coordinate representation of color #BC19DF: hue angle of 289.39º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC19DF is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 25 | 223 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.13 |
| HSL | 289.39º | 0.8% | 0.49% | - |
| HSV(B) | 289.39º | 0.89% | 0.87% | - |
| XYZ | 34.41 | 16.71 | 71.22 | - |
| YUV | 96.31 | 199.5 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 223 | 0.16 | 0.89 | 0 | 0.13 | 289.39 | 0.8 | 0.49 |
| Hex | BC | 19 | DF | 10 | 59 | 0 | D | 121 | 50 | 31 |
| Octal | 274 | 31 | 337 | 20 | 131 | 0 | 15 | 441 | 120 | 61 |
| Binary | 10111100 | 11001 | 11011111 | 10000 | 1011001 | 0 | 1101 | 100100001 | 1010000 | 110001 |
Color Harmonies of #BC19DF
Complementary color
Monochromatic Colors of #BC19DF
Black with #BC19DF
Text Example
Text Example
White with #BC19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19DF; }
p { color: rgb(188,25,223); }
H1.HeaderClassName
{
color: #BC19DF;
}
.AnyTagClassName
{
color: #BC19DF;
}
</style>
background-color css
<style>
a { background-color: #BC19DF; }
a { background-color: rgb(188,25,223); }
div.DivClassName
{
background-color: #BC19DF;
}
.BgClassName
{
background-color: #BC19DF;
}
</style>
border-color css
<style>
span { border-color: #BC19DF; }
span { border-color: rgb(188,25,223); }
td.TdClassName
{
border-color: #BC19DF;
}
.TagClassName
{
border-color: #BC19DF;
}
</style>