Shades of Deep Magenta #BC02AF
Tints of Deep Magenta #BC02AF
RGB
CMYK
RGB Variations
Color information
#BC02AF (or 0xBC02AF) is known color: Deep Magenta. HEX triplet: BC, 02 and AF. RGB value is (188,2,175). Sum of RGB (Red+Green+Blue) = 188+2+175=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC02AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC02AF is #43FD50. Grayscale: #4C4C4C. Windows color (decimal): -4455761 or 11469500. OLE color: 11469500.
HSL color Cylindrical-coordinate representation of color #BC02AF: hue angle of 304.19º 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 #BC02AF is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.26 |
| HSL | 304.19º | 0.98% | 0.37% | - |
| HSV(B) | 304.19º | 0.99% | 0.74% | - |
| XYZ | 28.5 | 13.83 | 41.72 | - |
| YUV | 77.34 | 183.12 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 175 | 0 | 0.99 | 0.07 | 0.26 | 304.19 | 0.98 | 0.37 |
| Hex | BC | 2 | AF | 0 | 63 | 7 | 1A | 130 | 62 | 25 |
| Octal | 274 | 2 | 257 | 0 | 143 | 7 | 32 | 460 | 142 | 45 |
| Binary | 10111100 | 10 | 10101111 | 0 | 1100011 | 111 | 11010 | 100110000 | 1100010 | 100101 |
Color Harmonies of #BC02AF
Complementary color
Monochromatic Colors of #BC02AF
Black with #BC02AF
Text Example
Text Example
White with #BC02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02AF; }
p { color: rgb(188,2,175); }
H1.HeaderClassName
{
color: #BC02AF;
}
.AnyTagClassName
{
color: #BC02AF;
}
</style>
background-color css
<style>
a { background-color: #BC02AF; }
a { background-color: rgb(188,2,175); }
div.DivClassName
{
background-color: #BC02AF;
}
.BgClassName
{
background-color: #BC02AF;
}
</style>
border-color css
<style>
span { border-color: #BC02AF; }
span { border-color: rgb(188,2,175); }
td.TdClassName
{
border-color: #BC02AF;
}
.TagClassName
{
border-color: #BC02AF;
}
</style>