Shades of Deep Magenta #BC1ABB
Tints of Deep Magenta #BC1ABB
RGB
CMYK
RGB Variations
Color information
#BC1ABB (or 0xBC1ABB) is known color: Deep Magenta. HEX triplet: BC, 1A and BB. RGB value is (188,26,187). Sum of RGB (Red+Green+Blue) = 188+26+187=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ABB is #43E544. Grayscale: #5C5C5C. Windows color (decimal): -4449605 or 12262076. OLE color: 12262076.
HSL color Cylindrical-coordinate representation of color #BC1ABB: hue angle of 300.37º 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 #BC1ABB is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 26 | 187 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.26 |
| HSL | 300.37º | 0.76% | 0.42% | - |
| HSV(B) | 300.37º | 0.86% | 0.74% | - |
| XYZ | 30.08 | 15.02 | 48.33 | - |
| YUV | 92.79 | 181.17 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 187 | 0 | 0.86 | 0.01 | 0.26 | 300.37 | 0.76 | 0.42 |
| Hex | BC | 1A | BB | 0 | 56 | 1 | 1A | 12C | 4C | 2A |
| Octal | 274 | 32 | 273 | 0 | 126 | 1 | 32 | 454 | 114 | 52 |
| Binary | 10111100 | 11010 | 10111011 | 0 | 1010110 | 1 | 11010 | 100101100 | 1001100 | 101010 |
Color Harmonies of #BC1ABB
Complementary color
Monochromatic Colors of #BC1ABB
Black with #BC1ABB
Text Example
Text Example
White with #BC1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1ABB; }
p { color: rgb(188,26,187); }
H1.HeaderClassName
{
color: #BC1ABB;
}
.AnyTagClassName
{
color: #BC1ABB;
}
</style>
background-color css
<style>
a { background-color: #BC1ABB; }
a { background-color: rgb(188,26,187); }
div.DivClassName
{
background-color: #BC1ABB;
}
.BgClassName
{
background-color: #BC1ABB;
}
</style>
border-color css
<style>
span { border-color: #BC1ABB; }
span { border-color: rgb(188,26,187); }
td.TdClassName
{
border-color: #BC1ABB;
}
.TagClassName
{
border-color: #BC1ABB;
}
</style>