Shades of Deep Magenta #BC02DF
Tints of Deep Magenta #BC02DF
RGB
CMYK
RGB Variations
Color information
#BC02DF (or 0xBC02DF) is known color: Deep Magenta. HEX triplet: BC, 02 and DF. RGB value is (188,2,223). Sum of RGB (Red+Green+Blue) = 188+2+223=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC02DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02DF is #43FD20. Grayscale: #525252. Windows color (decimal): -4455713 or 14615228. OLE color: 14615228.
HSL color Cylindrical-coordinate representation of color #BC02DF: hue angle of 290.5º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02DF is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 2 | 223 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.13 |
| HSL | 290.5º | 0.98% | 0.44% | - |
| HSV(B) | 290.5º | 0.99% | 0.87% | - |
| XYZ | 34.08 | 16.06 | 71.12 | - |
| YUV | 82.81 | 207.12 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 223 | 0.16 | 0.99 | 0 | 0.13 | 290.5 | 0.98 | 0.44 |
| Hex | BC | 2 | DF | 10 | 63 | 0 | D | 122 | 62 | 2C |
| Octal | 274 | 2 | 337 | 20 | 143 | 0 | 15 | 442 | 142 | 54 |
| Binary | 10111100 | 10 | 11011111 | 10000 | 1100011 | 0 | 1101 | 100100010 | 1100010 | 101100 |
Color Harmonies of #BC02DF
Complementary color
Monochromatic Colors of #BC02DF
Black with #BC02DF
Text Example
Text Example
White with #BC02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02DF; }
p { color: rgb(188,2,223); }
H1.HeaderClassName
{
color: #BC02DF;
}
.AnyTagClassName
{
color: #BC02DF;
}
</style>
background-color css
<style>
a { background-color: #BC02DF; }
a { background-color: rgb(188,2,223); }
div.DivClassName
{
background-color: #BC02DF;
}
.BgClassName
{
background-color: #BC02DF;
}
</style>
border-color css
<style>
span { border-color: #BC02DF; }
span { border-color: rgb(188,2,223); }
td.TdClassName
{
border-color: #BC02DF;
}
.TagClassName
{
border-color: #BC02DF;
}
</style>