Shades of Deep Magenta #BC08AB
Tints of Deep Magenta #BC08AB
RGB
CMYK
RGB Variations
Color information
#BC08AB (or 0xBC08AB) is known color: Deep Magenta. HEX triplet: BC, 08 and AB. RGB value is (188,8,171). Sum of RGB (Red+Green+Blue) = 188+8+171=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC08AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC08AB is #43F754. Grayscale: #4F4F4F. Windows color (decimal): -4454229 or 11208892. OLE color: 11208892.
HSL color Cylindrical-coordinate representation of color #BC08AB: hue angle of 305.67º 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 #BC08AB is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 171 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.26 |
| HSL | 305.67º | 0.92% | 0.38% | - |
| HSV(B) | 305.67º | 0.96% | 0.74% | - |
| XYZ | 28.18 | 13.81 | 39.71 | - |
| YUV | 80.4 | 179.13 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 171 | 0 | 0.96 | 0.09 | 0.26 | 305.67 | 0.92 | 0.38 |
| Hex | BC | 8 | AB | 0 | 60 | 9 | 1A | 132 | 5C | 26 |
| Octal | 274 | 10 | 253 | 0 | 140 | 11 | 32 | 462 | 134 | 46 |
| Binary | 10111100 | 1000 | 10101011 | 0 | 1100000 | 1001 | 11010 | 100110010 | 1011100 | 100110 |
Color Harmonies of #BC08AB
Complementary color
Monochromatic Colors of #BC08AB
Black with #BC08AB
Text Example
Text Example
White with #BC08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08AB; }
p { color: rgb(188,8,171); }
H1.HeaderClassName
{
color: #BC08AB;
}
.AnyTagClassName
{
color: #BC08AB;
}
</style>
background-color css
<style>
a { background-color: #BC08AB; }
a { background-color: rgb(188,8,171); }
div.DivClassName
{
background-color: #BC08AB;
}
.BgClassName
{
background-color: #BC08AB;
}
</style>
border-color css
<style>
span { border-color: #BC08AB; }
span { border-color: rgb(188,8,171); }
td.TdClassName
{
border-color: #BC08AB;
}
.TagClassName
{
border-color: #BC08AB;
}
</style>