Shades of Deep Magenta #BC02AC
Tints of Deep Magenta #BC02AC
RGB
CMYK
RGB Variations
Color information
#BC02AC (or 0xBC02AC) is known color: Deep Magenta. HEX triplet: BC, 02 and AC. RGB value is (188,2,172). Sum of RGB (Red+Green+Blue) = 188+2+172=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC02AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC02AC is #43FD53. Grayscale: #4C4C4C. Windows color (decimal): -4455764 or 11272892. OLE color: 11272892.
HSL color Cylindrical-coordinate representation of color #BC02AC: hue angle of 305.16º 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 #BC02AC is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 172 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.26 |
| HSL | 305.16º | 0.98% | 0.37% | - |
| HSV(B) | 305.16º | 0.99% | 0.74% | - |
| XYZ | 28.21 | 13.71 | 40.19 | - |
| YUV | 76.99 | 181.62 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 172 | 0 | 0.99 | 0.09 | 0.26 | 305.16 | 0.98 | 0.37 |
| Hex | BC | 2 | AC | 0 | 63 | 9 | 1A | 131 | 62 | 25 |
| Octal | 274 | 2 | 254 | 0 | 143 | 11 | 32 | 461 | 142 | 45 |
| Binary | 10111100 | 10 | 10101100 | 0 | 1100011 | 1001 | 11010 | 100110001 | 1100010 | 100101 |
Color Harmonies of #BC02AC
Complementary color
Monochromatic Colors of #BC02AC
Black with #BC02AC
Text Example
Text Example
White with #BC02AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02AC; }
p { color: rgb(188,2,172); }
H1.HeaderClassName
{
color: #BC02AC;
}
.AnyTagClassName
{
color: #BC02AC;
}
</style>
background-color css
<style>
a { background-color: #BC02AC; }
a { background-color: rgb(188,2,172); }
div.DivClassName
{
background-color: #BC02AC;
}
.BgClassName
{
background-color: #BC02AC;
}
</style>
border-color css
<style>
span { border-color: #BC02AC; }
span { border-color: rgb(188,2,172); }
td.TdClassName
{
border-color: #BC02AC;
}
.TagClassName
{
border-color: #BC02AC;
}
</style>