Shades of Deep Magenta #BC1AAF
Tints of Deep Magenta #BC1AAF
RGB
CMYK
RGB Variations
Color information
#BC1AAF (or 0xBC1AAF) is known color: Deep Magenta. HEX triplet: BC, 1A and AF. RGB value is (188,26,175). Sum of RGB (Red+Green+Blue) = 188+26+175=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1AAF is #43E550. Grayscale: #5A5A5A. Windows color (decimal): -4449617 or 11475644. OLE color: 11475644.
HSL color Cylindrical-coordinate representation of color #BC1AAF: hue angle of 304.81º 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 #BC1AAF is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 26 | 175 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.26 |
| HSL | 304.81º | 0.76% | 0.42% | - |
| HSV(B) | 304.81º | 0.86% | 0.74% | - |
| XYZ | 28.85 | 14.53 | 41.84 | - |
| YUV | 91.42 | 175.17 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 175 | 0 | 0.86 | 0.07 | 0.26 | 304.81 | 0.76 | 0.42 |
| Hex | BC | 1A | AF | 0 | 56 | 7 | 1A | 131 | 4C | 2A |
| Octal | 274 | 32 | 257 | 0 | 126 | 7 | 32 | 461 | 114 | 52 |
| Binary | 10111100 | 11010 | 10101111 | 0 | 1010110 | 111 | 11010 | 100110001 | 1001100 | 101010 |
Color Harmonies of #BC1AAF
Complementary color
Monochromatic Colors of #BC1AAF
Black with #BC1AAF
Text Example
Text Example
White with #BC1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1AAF; }
p { color: rgb(188,26,175); }
H1.HeaderClassName
{
color: #BC1AAF;
}
.AnyTagClassName
{
color: #BC1AAF;
}
</style>
background-color css
<style>
a { background-color: #BC1AAF; }
a { background-color: rgb(188,26,175); }
div.DivClassName
{
background-color: #BC1AAF;
}
.BgClassName
{
background-color: #BC1AAF;
}
</style>
border-color css
<style>
span { border-color: #BC1AAF; }
span { border-color: rgb(188,26,175); }
td.TdClassName
{
border-color: #BC1AAF;
}
.TagClassName
{
border-color: #BC1AAF;
}
</style>