Shades of Deep Magenta #BC1ABA
Tints of Deep Magenta #BC1ABA
RGB
CMYK
RGB Variations
Color information
#BC1ABA (or 0xBC1ABA) is known color: Deep Magenta. HEX triplet: BC, 1A and BA. RGB value is (188,26,186). Sum of RGB (Red+Green+Blue) = 188+26+186=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ABA is #43E545. Grayscale: #5C5C5C. Windows color (decimal): -4449606 or 12196540. OLE color: 12196540.
HSL color Cylindrical-coordinate representation of color #BC1ABA: hue angle of 300.74º 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 #BC1ABA is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 26 | 186 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.26 |
| HSL | 300.74º | 0.76% | 0.42% | - |
| HSV(B) | 300.74º | 0.86% | 0.74% | - |
| XYZ | 29.97 | 14.98 | 47.77 | - |
| YUV | 92.68 | 180.67 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 186 | 0 | 0.86 | 0.01 | 0.26 | 300.74 | 0.76 | 0.42 |
| Hex | BC | 1A | BA | 0 | 56 | 1 | 1A | 12D | 4C | 2A |
| Octal | 274 | 32 | 272 | 0 | 126 | 1 | 32 | 455 | 114 | 52 |
| Binary | 10111100 | 11010 | 10111010 | 0 | 1010110 | 1 | 11010 | 100101101 | 1001100 | 101010 |
Color Harmonies of #BC1ABA
Complementary color
Monochromatic Colors of #BC1ABA
Black with #BC1ABA
Text Example
Text Example
White with #BC1ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1ABA; }
p { color: rgb(188,26,186); }
H1.HeaderClassName
{
color: #BC1ABA;
}
.AnyTagClassName
{
color: #BC1ABA;
}
</style>
background-color css
<style>
a { background-color: #BC1ABA; }
a { background-color: rgb(188,26,186); }
div.DivClassName
{
background-color: #BC1ABA;
}
.BgClassName
{
background-color: #BC1ABA;
}
</style>
border-color css
<style>
span { border-color: #BC1ABA; }
span { border-color: rgb(188,26,186); }
td.TdClassName
{
border-color: #BC1ABA;
}
.TagClassName
{
border-color: #BC1ABA;
}
</style>