Shades of Deep Magenta #BC1ABE
Tints of Deep Magenta #BC1ABE
RGB
CMYK
RGB Variations
Color information
#BC1ABE (or 0xBC1ABE) is known color: Deep Magenta. HEX triplet: BC, 1A and BE. RGB value is (188,26,190). Sum of RGB (Red+Green+Blue) = 188+26+190=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC1ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ABE is #43E541. Grayscale: #5C5C5C. Windows color (decimal): -4449602 or 12458684. OLE color: 12458684.
HSL color Cylindrical-coordinate representation of color #BC1ABE: hue angle of 299.27º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1ABE is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 26 | 190 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.25 |
| HSL | 299.27º | 0.76% | 0.42% | - |
| HSV(B) | 299.27º | 0.86% | 0.75% | - |
| XYZ | 30.4 | 15.15 | 50.04 | - |
| YUV | 93.13 | 182.67 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 190 | 0.01 | 0.86 | 0 | 0.25 | 299.27 | 0.76 | 0.42 |
| Hex | BC | 1A | BE | 1 | 56 | 0 | 19 | 12B | 4C | 2A |
| Octal | 274 | 32 | 276 | 1 | 126 | 0 | 31 | 453 | 114 | 52 |
| Binary | 10111100 | 11010 | 10111110 | 1 | 1010110 | 0 | 11001 | 100101011 | 1001100 | 101010 |
Color Harmonies of #BC1ABE
Complementary color
Monochromatic Colors of #BC1ABE
Black with #BC1ABE
Text Example
Text Example
White with #BC1ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1ABE; }
p { color: rgb(188,26,190); }
H1.HeaderClassName
{
color: #BC1ABE;
}
.AnyTagClassName
{
color: #BC1ABE;
}
</style>
background-color css
<style>
a { background-color: #BC1ABE; }
a { background-color: rgb(188,26,190); }
div.DivClassName
{
background-color: #BC1ABE;
}
.BgClassName
{
background-color: #BC1ABE;
}
</style>
border-color css
<style>
span { border-color: #BC1ABE; }
span { border-color: rgb(188,26,190); }
td.TdClassName
{
border-color: #BC1ABE;
}
.TagClassName
{
border-color: #BC1ABE;
}
</style>