Shades of Deep Magenta #BC15AF
Tints of Deep Magenta #BC15AF
RGB
CMYK
RGB Variations
Color information
#BC15AF (or 0xBC15AF) is known color: Deep Magenta. HEX triplet: BC, 15 and AF. RGB value is (188,21,175). Sum of RGB (Red+Green+Blue) = 188+21+175=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC15AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC15AF is #43EA50. Grayscale: #585858. Windows color (decimal): -4450897 or 11474364. OLE color: 11474364.
HSL color Cylindrical-coordinate representation of color #BC15AF: hue angle of 304.67º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC15AF is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 175 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.26 |
| HSL | 304.67º | 0.8% | 0.41% | - |
| HSV(B) | 304.67º | 0.89% | 0.74% | - |
| XYZ | 28.75 | 14.32 | 41.81 | - |
| YUV | 88.49 | 176.83 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 175 | 0 | 0.89 | 0.07 | 0.26 | 304.67 | 0.8 | 0.41 |
| Hex | BC | 15 | AF | 0 | 59 | 7 | 1A | 131 | 50 | 29 |
| Octal | 274 | 25 | 257 | 0 | 131 | 7 | 32 | 461 | 120 | 51 |
| Binary | 10111100 | 10101 | 10101111 | 0 | 1011001 | 111 | 11010 | 100110001 | 1010000 | 101001 |
Color Harmonies of #BC15AF
Complementary color
Monochromatic Colors of #BC15AF
Black with #BC15AF
Text Example
Text Example
White with #BC15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15AF; }
p { color: rgb(188,21,175); }
H1.HeaderClassName
{
color: #BC15AF;
}
.AnyTagClassName
{
color: #BC15AF;
}
</style>
background-color css
<style>
a { background-color: #BC15AF; }
a { background-color: rgb(188,21,175); }
div.DivClassName
{
background-color: #BC15AF;
}
.BgClassName
{
background-color: #BC15AF;
}
</style>
border-color css
<style>
span { border-color: #BC15AF; }
span { border-color: rgb(188,21,175); }
td.TdClassName
{
border-color: #BC15AF;
}
.TagClassName
{
border-color: #BC15AF;
}
</style>