Shades of Deep Magenta #BC08AC
Tints of Deep Magenta #BC08AC
RGB
CMYK
RGB Variations
Color information
#BC08AC (or 0xBC08AC) is known color: Deep Magenta. HEX triplet: BC, 08 and AC. RGB value is (188,8,172). Sum of RGB (Red+Green+Blue) = 188+8+172=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC08AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC08AC is #43F753. Grayscale: #505050. Windows color (decimal): -4454228 or 11274428. OLE color: 11274428.
HSL color Cylindrical-coordinate representation of color #BC08AC: hue angle of 305.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08AC is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 172 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.26 |
| HSL | 305.33º | 0.92% | 0.38% | - |
| HSV(B) | 305.33º | 0.96% | 0.74% | - |
| XYZ | 28.27 | 13.84 | 40.21 | - |
| YUV | 80.52 | 179.63 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 172 | 0 | 0.96 | 0.09 | 0.26 | 305.33 | 0.92 | 0.38 |
| Hex | BC | 8 | AC | 0 | 60 | 9 | 1A | 131 | 5C | 26 |
| Octal | 274 | 10 | 254 | 0 | 140 | 11 | 32 | 461 | 134 | 46 |
| Binary | 10111100 | 1000 | 10101100 | 0 | 1100000 | 1001 | 11010 | 100110001 | 1011100 | 100110 |
Color Harmonies of #BC08AC
Complementary color
Monochromatic Colors of #BC08AC
Black with #BC08AC
Text Example
Text Example
White with #BC08AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08AC; }
p { color: rgb(188,8,172); }
H1.HeaderClassName
{
color: #BC08AC;
}
.AnyTagClassName
{
color: #BC08AC;
}
</style>
background-color css
<style>
a { background-color: #BC08AC; }
a { background-color: rgb(188,8,172); }
div.DivClassName
{
background-color: #BC08AC;
}
.BgClassName
{
background-color: #BC08AC;
}
</style>
border-color css
<style>
span { border-color: #BC08AC; }
span { border-color: rgb(188,8,172); }
td.TdClassName
{
border-color: #BC08AC;
}
.TagClassName
{
border-color: #BC08AC;
}
</style>