Shades of Deep Magenta #BC1AC4
Tints of Deep Magenta #BC1AC4
RGB
CMYK
RGB Variations
Color information
#BC1AC4 (or 0xBC1AC4) is known color: Deep Magenta. HEX triplet: BC, 1A and C4. RGB value is (188,26,196). Sum of RGB (Red+Green+Blue) = 188+26+196=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC1AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1AC4 is #43E53B. Grayscale: #5D5D5D. Windows color (decimal): -4449596 or 12851900. OLE color: 12851900.
HSL color Cylindrical-coordinate representation of color #BC1AC4: hue angle of 297.18º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1AC4 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 26 | 196 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.23 |
| HSL | 297.18º | 0.77% | 0.44% | - |
| HSV(B) | 297.18º | 0.87% | 0.77% | - |
| XYZ | 31.07 | 15.42 | 53.56 | - |
| YUV | 93.82 | 185.67 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 196 | 0.04 | 0.87 | 0 | 0.23 | 297.18 | 0.77 | 0.44 |
| Hex | BC | 1A | C4 | 4 | 57 | 0 | 17 | 129 | 4D | 2C |
| Octal | 274 | 32 | 304 | 4 | 127 | 0 | 27 | 451 | 115 | 54 |
| Binary | 10111100 | 11010 | 11000100 | 100 | 1010111 | 0 | 10111 | 100101001 | 1001101 | 101100 |
Color Harmonies of #BC1AC4
Complementary color
Monochromatic Colors of #BC1AC4
Black with #BC1AC4
Text Example
Text Example
White with #BC1AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1AC4; }
p { color: rgb(188,26,196); }
H1.HeaderClassName
{
color: #BC1AC4;
}
.AnyTagClassName
{
color: #BC1AC4;
}
</style>
background-color css
<style>
a { background-color: #BC1AC4; }
a { background-color: rgb(188,26,196); }
div.DivClassName
{
background-color: #BC1AC4;
}
.BgClassName
{
background-color: #BC1AC4;
}
</style>
border-color css
<style>
span { border-color: #BC1AC4; }
span { border-color: rgb(188,26,196); }
td.TdClassName
{
border-color: #BC1AC4;
}
.TagClassName
{
border-color: #BC1AC4;
}
</style>