Shades of Deep Magenta #BC02A9
Tints of Deep Magenta #BC02A9
RGB
CMYK
RGB Variations
Color information
#BC02A9 (or 0xBC02A9) is known color: Deep Magenta. HEX triplet: BC, 02 and A9. RGB value is (188,2,169). Sum of RGB (Red+Green+Blue) = 188+2+169=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 169 (66.41% from 255 or 47.08% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC02A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC02A9 is #43FD56. Grayscale: #4C4C4C. Windows color (decimal): -4455767 or 11076284. OLE color: 11076284.
HSL color Cylindrical-coordinate representation of color #BC02A9: hue angle of 306.13º 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 #BC02A9 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 169 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.26 |
| HSL | 306.13º | 0.98% | 0.37% | - |
| HSV(B) | 306.13º | 0.99% | 0.74% | - |
| XYZ | 27.92 | 13.6 | 38.69 | - |
| YUV | 76.65 | 180.12 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 169 | 0 | 0.99 | 0.10 | 0.26 | 306.13 | 0.98 | 0.37 |
| Hex | BC | 2 | A9 | 0 | 63 | A | 1A | 132 | 62 | 25 |
| Octal | 274 | 2 | 251 | 0 | 143 | 12 | 32 | 462 | 142 | 45 |
| Binary | 10111100 | 10 | 10101001 | 0 | 1100011 | 1010 | 11010 | 100110010 | 1100010 | 100101 |
Color Harmonies of #BC02A9
Complementary color
Monochromatic Colors of #BC02A9
Black with #BC02A9
Text Example
Text Example
White with #BC02A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02A9; }
p { color: rgb(188,2,169); }
H1.HeaderClassName
{
color: #BC02A9;
}
.AnyTagClassName
{
color: #BC02A9;
}
</style>
background-color css
<style>
a { background-color: #BC02A9; }
a { background-color: rgb(188,2,169); }
div.DivClassName
{
background-color: #BC02A9;
}
.BgClassName
{
background-color: #BC02A9;
}
</style>
border-color css
<style>
span { border-color: #BC02A9; }
span { border-color: rgb(188,2,169); }
td.TdClassName
{
border-color: #BC02A9;
}
.TagClassName
{
border-color: #BC02A9;
}
</style>