#BA12AB

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

Shades of Deep Magenta #BA12AB

Tints of Deep Magenta #BA12AB

Color information

#BA12AB (or 0xBA12AB) is unknown color: approx Deep Magenta. HEX triplet: BA, 12 and AB. RGB value is (186,18,171). Sum of RGB (Red+Green+Blue) = 186+18+171=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA12AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA12AB is #45ED54. Grayscale: #555555. Windows color (decimal): -4582741 or 11211450. OLE color: 11211450.

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

Color convert

RGB18618171-
CMYK00.900.080.27
HSL305.36º82.35%40%-
HSV(B)305.36º90.32%72.94%-
XYZ27.8213.8139.73-
YUV85.67176.16199.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 18 (7.42% from 255) = 4.8%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=49.6%
G=4.8%
B=45.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861817100.900.080.27305.3682.3540
HexBA12AB05A81B1315228
Octal272222530132103346112250
Binary101110101001010101011010110101000110111001100011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA12AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA12AB; }

 p { color: rgb(186,18,171); }

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

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

 a { background-color: rgb(186,18,171); }

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

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

 span { border-color: rgb(186,18,171); }

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