#BA16A0

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

Shades of Medium Violet Red #BA16A0

Tints of Medium Violet Red #BA16A0

Color information

#BA16A0 (or 0xBA16A0) is unknown color: approx Medium Violet Red. HEX triplet: BA, 16 and A0. RGB value is (186,22,160). Sum of RGB (Red+Green+Blue) = 186+22+160=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA16A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA16A0 is #45E95F. Grayscale: #565656. Windows color (decimal): -4581728 or 10491578. OLE color: 10491578.

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

Color convert

RGB18622160-
CMYK00.880.140.27
HSL309.51º78.85%40.78%-
HSV(B)309.51º88.17%72.94%-
XYZ26.8813.5534.46-
YUV86.77169.33198.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 22 (8.98% from 255) = 5.98%
BLUE value IS 160 (62.89% from 255) = 43.48%
R=50.54%
G=5.98%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862216000.880.140.27309.5178.8540.78
HexBA16A0058E1B1364f29
Octal272262400130163346611751
Binary101110101011010100000010110001110110111001101101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA16A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA16A0; }

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

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

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

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

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

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

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

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