#BA1186

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

Shades of Medium Violet Red #BA1186

Tints of Medium Violet Red #BA1186

Color information

#BA1186 (or 0xBA1186) is unknown color: approx Medium Violet Red. HEX triplet: BA, 11 and 86. RGB value is (186,17,134). Sum of RGB (Red+Green+Blue) = 186+17+134=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1186 is #45EE79. Grayscale: #505050. Windows color (decimal): -4583034 or 8786362. OLE color: 8786362.

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

Color convert

RGB18617134-
CMYK00.910.280.27
HSL318.46º83.25%39.8%-
HSV(B)318.46º90.86%72.94%-
XYZ24.7512.5623.67-
YUV80.87157.99202.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 17 (7.03% from 255) = 5.04%
BLUE value IS 134 (52.73% from 255) = 39.76%
R=55.19%
G=5.04%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861713400.910.280.27318.4683.2539.8
HexBA118605B1C1B13e5328
Octal272212060133343347612350
Binary1011101010001100001100101101111100110111001111101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1186; }

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

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

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

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

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

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

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

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