#BA1BAC

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

Shades of Deep Magenta #BA1BAC

Tints of Deep Magenta #BA1BAC

Color information

#BA1BAC (or 0xBA1BAC) is unknown color: approx Deep Magenta. HEX triplet: BA, 1B and AC. RGB value is (186,27,172). Sum of RGB (Red+Green+Blue) = 186+27+172=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1BAC is #45E453. Grayscale: #5A5A5A. Windows color (decimal): -4580436 or 11279290. OLE color: 11279290.

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

Color convert

RGB18627172-
CMYK00.850.080.27
HSL305.28º74.65%41.76%-
HSV(B)305.28º85.48%72.94%-
XYZ28.0914.240.29-
YUV91.07173.68195.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 27 (10.94% from 255) = 7.01%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=48.31%
G=7.01%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862717200.850.080.27305.2874.6541.76
HexBA1BAC05581B1314b2a
Octal272332540125103346111352
Binary101110101101110101100010101011000110111001100011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1BAC; }

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

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

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

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

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

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

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

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