Shades of Deep Magenta #BC0ABB
Tints of Deep Magenta #BC0ABB
RGB
CMYK
RGB Variations
Color information
#BC0ABB (or 0xBC0ABB) is known color: Deep Magenta. HEX triplet: BC, 0A and BB. RGB value is (188,10,187). Sum of RGB (Red+Green+Blue) = 188+10+187=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ABB is #43F544. Grayscale: #525252. Windows color (decimal): -4453701 or 12257980. OLE color: 12257980.
HSL color Cylindrical-coordinate representation of color #BC0ABB: hue angle of 300.34º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0ABB is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 10 | 187 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.26 |
| HSL | 300.34º | 0.9% | 0.39% | - |
| HSV(B) | 300.34º | 0.95% | 0.74% | - |
| XYZ | 29.82 | 14.5 | 48.24 | - |
| YUV | 83.4 | 186.47 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 187 | 0 | 0.95 | 0.01 | 0.26 | 300.34 | 0.9 | 0.39 |
| Hex | BC | A | BB | 0 | 5F | 1 | 1A | 12C | 5A | 27 |
| Octal | 274 | 12 | 273 | 0 | 137 | 1 | 32 | 454 | 132 | 47 |
| Binary | 10111100 | 1010 | 10111011 | 0 | 1011111 | 1 | 11010 | 100101100 | 1011010 | 100111 |
Color Harmonies of #BC0ABB
Complementary color
Monochromatic Colors of #BC0ABB
Black with #BC0ABB
Text Example
Text Example
White with #BC0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0ABB; }
p { color: rgb(188,10,187); }
H1.HeaderClassName
{
color: #BC0ABB;
}
.AnyTagClassName
{
color: #BC0ABB;
}
</style>
background-color css
<style>
a { background-color: #BC0ABB; }
a { background-color: rgb(188,10,187); }
div.DivClassName
{
background-color: #BC0ABB;
}
.BgClassName
{
background-color: #BC0ABB;
}
</style>
border-color css
<style>
span { border-color: #BC0ABB; }
span { border-color: rgb(188,10,187); }
td.TdClassName
{
border-color: #BC0ABB;
}
.TagClassName
{
border-color: #BC0ABB;
}
</style>