Shades of Deep Magenta #BA1ACC
Tints of Deep Magenta #BA1ACC
RGB
CMYK
RGB Variations
Color information
#BA1ACC (or 0xBA1ACC) is known color: Deep Magenta. HEX triplet: BA, 1A and CC. RGB value is (186,26,204). Sum of RGB (Red+Green+Blue) = 186+26+204=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA1ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ACC is #45E533. Grayscale: #5D5D5D. Windows color (decimal): -4580660 or 13376186. OLE color: 13376186.
HSL color Cylindrical-coordinate representation of color #BA1ACC: hue angle of 293.93º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1ACC is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 26 | 204 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.2 |
| HSL | 293.93º | 0.77% | 0.45% | - |
| HSV(B) | 293.93º | 0.87% | 0.8% | - |
| XYZ | 31.52 | 15.54 | 58.46 | - |
| YUV | 94.13 | 190.01 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 204 | 0.09 | 0.87 | 0 | 0.2 | 293.93 | 0.77 | 0.45 |
| Hex | BA | 1A | CC | 9 | 57 | 0 | 14 | 126 | 4D | 2D |
| Octal | 272 | 32 | 314 | 11 | 127 | 0 | 24 | 446 | 115 | 55 |
| Binary | 10111010 | 11010 | 11001100 | 1001 | 1010111 | 0 | 10100 | 100100110 | 1001101 | 101101 |
Color Harmonies of #BA1ACC
Complementary color
Monochromatic Colors of #BA1ACC
Black with #BA1ACC
Text Example
Text Example
White with #BA1ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1ACC; }
p { color: rgb(186,26,204); }
H1.HeaderClassName
{
color: #BA1ACC;
}
.AnyTagClassName
{
color: #BA1ACC;
}
</style>
background-color css
<style>
a { background-color: #BA1ACC; }
a { background-color: rgb(186,26,204); }
div.DivClassName
{
background-color: #BA1ACC;
}
.BgClassName
{
background-color: #BA1ACC;
}
</style>
border-color css
<style>
span { border-color: #BA1ACC; }
span { border-color: rgb(186,26,204); }
td.TdClassName
{
border-color: #BA1ACC;
}
.TagClassName
{
border-color: #BA1ACC;
}
</style>