#BA1AAC

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

Shades of Deep Magenta #BA1AAC

Tints of Deep Magenta #BA1AAC

Color information

#BA1AAC (or 0xBA1AAC) is unknown color: approx Deep Magenta. HEX triplet: BA, 1A and AC. RGB value is (186,26,172). Sum of RGB (Red+Green+Blue) = 186+26+172=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1AAC is #45E553. Grayscale: #5A5A5A. Windows color (decimal): -4580692 or 11279034. OLE color: 11279034.

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

Color convert

RGB18626172-
CMYK00.860.080.27
HSL305.25º75.47%41.57%-
HSV(B)305.25º86.02%72.94%-
XYZ28.0714.1640.28-
YUV90.48174.01196.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 26 (10.55% from 255) = 6.77%
BLUE value IS 172 (67.58% from 255) = 44.79%
R=48.44%
G=6.77%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862617200.860.080.27305.2575.4741.57
HexBA1AAC05681B1314b2a
Octal272322540126103346111352
Binary101110101101010101100010101101000110111001100011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1AAC; }

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

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

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

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

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

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

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

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