#BA16AD

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

Shades of Deep Magenta #BA16AD

Tints of Deep Magenta #BA16AD

Color information

#BA16AD (or 0xBA16AD) is unknown color: approx Deep Magenta. HEX triplet: BA, 16 and AD. RGB value is (186,22,173). Sum of RGB (Red+Green+Blue) = 186+22+173=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA16AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA16AD is #45E952. Grayscale: #575757. Windows color (decimal): -4581715 or 11343546. OLE color: 11343546.

HSL color Cylindrical-coordinate representation of color #BA16AD: hue angle of 304.76º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA16AD is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB18622173-
CMYK00.880.070.27
HSL304.76º78.85%40.78%-
HSV(B)304.76º88.17%72.94%-
XYZ28.0814.0340.76-
YUV88.25175.83197.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 22 (8.98% from 255) = 5.77%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=48.82%
G=5.77%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862217300.880.070.27304.7678.8540.78
HexBA16AD05871B1314f29
Octal27226255013073346111751
Binary10111010101101010110101011000111110111001100011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA16AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA16AD; }

 p { color: rgb(186,22,173); }

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

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

 a { background-color: rgb(186,22,173); }

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

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

 span { border-color: rgb(186,22,173); }

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