Shades of Deep Magenta #BC1AB2
Tints of Deep Magenta #BC1AB2
RGB
CMYK
RGB Variations
Color information
#BC1AB2 (or 0xBC1AB2) is known color: Deep Magenta. HEX triplet: BC, 1A and B2. RGB value is (188,26,178). Sum of RGB (Red+Green+Blue) = 188+26+178=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1AB2 is #43E54D. Grayscale: #5B5B5B. Windows color (decimal): -4449614 or 11672252. OLE color: 11672252.
HSL color Cylindrical-coordinate representation of color #BC1AB2: hue angle of 303.7º 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 #BC1AB2 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 26 | 178 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.26 |
| HSL | 303.7º | 0.76% | 0.42% | - |
| HSV(B) | 303.7º | 0.86% | 0.74% | - |
| XYZ | 29.14 | 14.64 | 43.41 | - |
| YUV | 91.77 | 176.67 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 178 | 0 | 0.86 | 0.05 | 0.26 | 303.7 | 0.76 | 0.42 |
| Hex | BC | 1A | B2 | 0 | 56 | 5 | 1A | 130 | 4C | 2A |
| Octal | 274 | 32 | 262 | 0 | 126 | 5 | 32 | 460 | 114 | 52 |
| Binary | 10111100 | 11010 | 10110010 | 0 | 1010110 | 101 | 11010 | 100110000 | 1001100 | 101010 |
Color Harmonies of #BC1AB2
Complementary color
Monochromatic Colors of #BC1AB2
Black with #BC1AB2
Text Example
Text Example
White with #BC1AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1AB2; }
p { color: rgb(188,26,178); }
H1.HeaderClassName
{
color: #BC1AB2;
}
.AnyTagClassName
{
color: #BC1AB2;
}
</style>
background-color css
<style>
a { background-color: #BC1AB2; }
a { background-color: rgb(188,26,178); }
div.DivClassName
{
background-color: #BC1AB2;
}
.BgClassName
{
background-color: #BC1AB2;
}
</style>
border-color css
<style>
span { border-color: #BC1AB2; }
span { border-color: rgb(188,26,178); }
td.TdClassName
{
border-color: #BC1AB2;
}
.TagClassName
{
border-color: #BC1AB2;
}
</style>