#BA11AC

Color #BA11AC Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BA11AC

Tints of Deep Magenta #BA11AC

Color information

#BA11AC (or 0xBA11AC) is unknown color: approx Deep Magenta. HEX triplet: BA, 11 and AC. RGB value is (186,17,172). Sum of RGB (Red+Green+Blue) = 186+17+172=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA11AC is #45EE53. Grayscale: #545454. Windows color (decimal): -4582996 or 11276730. OLE color: 11276730.

HSL color Cylindrical-coordinate representation of color #BA11AC: hue angle of 304.97º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA11AC is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18617172-
CMYK00.910.080.27
HSL304.97º83.25%39.8%-
HSV(B)304.97º90.86%72.94%-
XYZ27.913.8240.23-
YUV85.2176.99199.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 17 (7.03% from 255) = 4.53%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=49.6%
G=4.53%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861717200.910.080.27304.9783.2539.8
HexBA11AC05B81B1315328
Octal272212540133103346112350
Binary101110101000110101100010110111000110111001100011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA11AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA11AC; }

 p { color: rgb(186,17,172); }

 H1.HeaderClassName
 {
   color: #BA11AC;
 }
 .AnyTagClassName
 {
   color: #BA11AC;
 }
</style>
background-color css

<style>
 a { background-color: #BA11AC; }

 a { background-color: rgb(186,17,172); }

 div.DivClassName
 {
   background-color: #BA11AC;
 }
 .BgClassName
 {
   background-color: #BA11AC;
 }
</style>
border-color css

<style>
 span { border-color: #BA11AC; }

 span { border-color: rgb(186,17,172); }

 td.TdClassName
 {
   border-color: #BA11AC;
 }
 .TagClassName
 {
   border-color: #BA11AC;
 }
</style>