#BA16A1

Color #BA16A1 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BA16A1

Tints of Medium Violet Red #BA16A1

Color information

#BA16A1 (or 0xBA16A1) is unknown color: approx Medium Violet Red. HEX triplet: BA, 16 and A1. RGB value is (186,22,161). Sum of RGB (Red+Green+Blue) = 186+22+161=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA16A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA16A1 is #45E95E. Grayscale: #565656. Windows color (decimal): -4581727 or 10557114. OLE color: 10557114.

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

Color convert

RGB18622161-
CMYK00.880.130.27
HSL309.15º78.85%40.78%-
HSV(B)309.15º88.17%72.94%-
XYZ26.9713.5934.92-
YUV86.88169.83198.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 22 (8.98% from 255) = 5.96%
BLUE value IS 161 (63.28% from 255) = 43.63%
R=50.41%
G=5.96%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862216100.880.130.27309.1578.8540.78
HexBA16A1058D1B1354f29
Octal272262410130153346511751
Binary101110101011010100001010110001101110111001101011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA16A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA16A1; }

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

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

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

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

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

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

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

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