#BA11AF

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

Shades of Deep Magenta #BA11AF

Tints of Deep Magenta #BA11AF

Color information

#BA11AF (or 0xBA11AF) is unknown color: approx Deep Magenta. HEX triplet: BA, 11 and AF. RGB value is (186,17,175). Sum of RGB (Red+Green+Blue) = 186+17+175=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA11AF is #45EE50. Grayscale: #555555. Windows color (decimal): -4582993 or 11473338. OLE color: 11473338.

HSL color Cylindrical-coordinate representation of color #BA11AF: hue angle of 303.91º 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 #BA11AF is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18617175-
CMYK00.910.060.27
HSL303.91º83.25%39.8%-
HSV(B)303.91º90.86%72.94%-
XYZ28.1913.9441.76-
YUV85.54178.49199.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 17 (7.03% from 255) = 4.50%
BLUE value IS 175 (68.75% from 255) = 46.30%
R=49.21%
G=4.50%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861717500.910.060.27303.9183.2539.8
HexBA11AF05B61B1305328
Octal27221257013363346012350
Binary10111010100011010111101011011110110111001100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA11AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA11AF; }

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

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

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

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

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

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

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

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