Shades of Deep Magenta #BC1AB9
Tints of Deep Magenta #BC1AB9
RGB
CMYK
RGB Variations
Color information
#BC1AB9 (or 0xBC1AB9) is known color: Deep Magenta. HEX triplet: BC, 1A and B9. RGB value is (188,26,185). Sum of RGB (Red+Green+Blue) = 188+26+185=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1AB9 is #43E546. Grayscale: #5C5C5C. Windows color (decimal): -4449607 or 12131004. OLE color: 12131004.
HSL color Cylindrical-coordinate representation of color #BC1AB9: hue angle of 301.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1AB9 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 26 | 185 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.26 |
| HSL | 301.11º | 0.76% | 0.42% | - |
| HSV(B) | 301.11º | 0.86% | 0.74% | - |
| XYZ | 29.87 | 14.93 | 47.21 | - |
| YUV | 92.56 | 180.17 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 185 | 0 | 0.86 | 0.02 | 0.26 | 301.11 | 0.76 | 0.42 |
| Hex | BC | 1A | B9 | 0 | 56 | 2 | 1A | 12D | 4C | 2A |
| Octal | 274 | 32 | 271 | 0 | 126 | 2 | 32 | 455 | 114 | 52 |
| Binary | 10111100 | 11010 | 10111001 | 0 | 1010110 | 10 | 11010 | 100101101 | 1001100 | 101010 |
Color Harmonies of #BC1AB9
Complementary color
Monochromatic Colors of #BC1AB9
Black with #BC1AB9
Text Example
Text Example
White with #BC1AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1AB9; }
p { color: rgb(188,26,185); }
H1.HeaderClassName
{
color: #BC1AB9;
}
.AnyTagClassName
{
color: #BC1AB9;
}
</style>
background-color css
<style>
a { background-color: #BC1AB9; }
a { background-color: rgb(188,26,185); }
div.DivClassName
{
background-color: #BC1AB9;
}
.BgClassName
{
background-color: #BC1AB9;
}
</style>
border-color css
<style>
span { border-color: #BC1AB9; }
span { border-color: rgb(188,26,185); }
td.TdClassName
{
border-color: #BC1AB9;
}
.TagClassName
{
border-color: #BC1AB9;
}
</style>