Shades of Deep Magenta #BC02A6
Tints of Deep Magenta #BC02A6
RGB
CMYK
RGB Variations
Color information
#BC02A6 (or 0xBC02A6) is known color: Deep Magenta. HEX triplet: BC, 02 and A6. RGB value is (188,2,166). Sum of RGB (Red+Green+Blue) = 188+2+166=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC02A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC02A6 is #43FD59. Grayscale: #4B4B4B. Windows color (decimal): -4455770 or 10879676. OLE color: 10879676.
HSL color Cylindrical-coordinate representation of color #BC02A6: hue angle of 307.1º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02A6 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.26 |
| HSL | 307.1º | 0.98% | 0.37% | - |
| HSV(B) | 307.1º | 0.99% | 0.74% | - |
| XYZ | 27.64 | 13.49 | 37.22 | - |
| YUV | 76.31 | 178.62 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 166 | 0 | 0.99 | 0.12 | 0.26 | 307.1 | 0.98 | 0.37 |
| Hex | BC | 2 | A6 | 0 | 63 | C | 1A | 133 | 62 | 25 |
| Octal | 274 | 2 | 246 | 0 | 143 | 14 | 32 | 463 | 142 | 45 |
| Binary | 10111100 | 10 | 10100110 | 0 | 1100011 | 1100 | 11010 | 100110011 | 1100010 | 100101 |
Color Harmonies of #BC02A6
Complementary color
Monochromatic Colors of #BC02A6
Black with #BC02A6
Text Example
Text Example
White with #BC02A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02A6; }
p { color: rgb(188,2,166); }
H1.HeaderClassName
{
color: #BC02A6;
}
.AnyTagClassName
{
color: #BC02A6;
}
</style>
background-color css
<style>
a { background-color: #BC02A6; }
a { background-color: rgb(188,2,166); }
div.DivClassName
{
background-color: #BC02A6;
}
.BgClassName
{
background-color: #BC02A6;
}
</style>
border-color css
<style>
span { border-color: #BC02A6; }
span { border-color: rgb(188,2,166); }
td.TdClassName
{
border-color: #BC02A6;
}
.TagClassName
{
border-color: #BC02A6;
}
</style>