#BA14AC

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

Shades of Deep Magenta #BA14AC

Tints of Deep Magenta #BA14AC

Color information

#BA14AC (or 0xBA14AC) is unknown color: approx Deep Magenta. HEX triplet: BA, 14 and AC. RGB value is (186,20,172). Sum of RGB (Red+Green+Blue) = 186+20+172=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA14AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA14AC is #45EB53. Grayscale: #565656. Windows color (decimal): -4582228 or 11277498. OLE color: 11277498.

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

Color convert

RGB18620172-
CMYK00.890.080.27
HSL305.06º80.58%40.39%-
HSV(B)305.06º89.25%72.94%-
XYZ27.9513.9240.24-
YUV86.96176198.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 20 (8.20% from 255) = 5.29%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=49.21%
G=5.29%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862017200.890.080.27305.0680.5840.39
HexBA14AC05981B1315128
Octal272242540131103346112150
Binary101110101010010101100010110011000110111001100011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA14AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA14AC; }

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

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

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

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

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

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

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

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