#BA1176

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

Shades of Medium Violet Red #BA1176

Tints of Medium Violet Red #BA1176

Color information

#BA1176 (or 0xBA1176) is unknown color: approx Medium Violet Red. HEX triplet: BA, 11 and 76. RGB value is (186,17,118). Sum of RGB (Red+Green+Blue) = 186+17+118=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1176 is #45EE89. Grayscale: #4E4E4E. Windows color (decimal): -4583050 or 7737786. OLE color: 7737786.

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

Color convert

RGB18617118-
CMYK00.910.370.27
HSL324.14º83.25%39.8%-
HSV(B)324.14º90.86%72.94%-
XYZ23.7212.1518.23-
YUV79.04149.99204.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 17 (7.03% from 255) = 5.30%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=57.94%
G=5.30%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861711800.910.370.27324.1483.2539.8
HexBA117605B251B1445328
Octal272211660133453350412350
Binary1011101010001111011001011011100101110111010001001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1176; }

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

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

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

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

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

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

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

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