Shades of Deep Magenta #BC02DD
Tints of Deep Magenta #BC02DD
RGB
CMYK
RGB Variations
Color information
#BC02DD (or 0xBC02DD) is known color: Deep Magenta. HEX triplet: BC, 02 and DD. RGB value is (188,2,221). Sum of RGB (Red+Green+Blue) = 188+2+221=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC02DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02DD is #43FD22. Grayscale: #515151. Windows color (decimal): -4455715 or 14484156. OLE color: 14484156.
HSL color Cylindrical-coordinate representation of color #BC02DD: hue angle of 290.96º 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 #BC02DD is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 2 | 221 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.13 |
| HSL | 290.96º | 0.98% | 0.44% | - |
| HSV(B) | 290.96º | 0.99% | 0.87% | - |
| XYZ | 33.81 | 15.96 | 69.7 | - |
| YUV | 82.58 | 206.12 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 221 | 0.15 | 0.99 | 0 | 0.13 | 290.96 | 0.98 | 0.44 |
| Hex | BC | 2 | DD | F | 63 | 0 | D | 123 | 62 | 2C |
| Octal | 274 | 2 | 335 | 17 | 143 | 0 | 15 | 443 | 142 | 54 |
| Binary | 10111100 | 10 | 11011101 | 1111 | 1100011 | 0 | 1101 | 100100011 | 1100010 | 101100 |
Color Harmonies of #BC02DD
Complementary color
Monochromatic Colors of #BC02DD
Black with #BC02DD
Text Example
Text Example
White with #BC02DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02DD; }
p { color: rgb(188,2,221); }
H1.HeaderClassName
{
color: #BC02DD;
}
.AnyTagClassName
{
color: #BC02DD;
}
</style>
background-color css
<style>
a { background-color: #BC02DD; }
a { background-color: rgb(188,2,221); }
div.DivClassName
{
background-color: #BC02DD;
}
.BgClassName
{
background-color: #BC02DD;
}
</style>
border-color css
<style>
span { border-color: #BC02DD; }
span { border-color: rgb(188,2,221); }
td.TdClassName
{
border-color: #BC02DD;
}
.TagClassName
{
border-color: #BC02DD;
}
</style>