#BA1174

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

Shades of Medium Violet Red #BA1174

Tints of Medium Violet Red #BA1174

Color information

#BA1174 (or 0xBA1174) is unknown color: approx Medium Violet Red. HEX triplet: BA, 11 and 74. RGB value is (186,17,116). Sum of RGB (Red+Green+Blue) = 186+17+116=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1174 is #45EE8B. Grayscale: #4E4E4E. Windows color (decimal): -4583052 or 7606714. OLE color: 7606714.

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

Color convert

RGB18617116-
CMYK00.910.380.27
HSL324.85º83.25%39.8%-
HSV(B)324.85º90.86%72.94%-
XYZ23.612.117.61-
YUV78.82148.99204.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.31%
GREEN value IS 17 (7.03% from 255) = 5.33%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=58.31%
G=5.33%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861711600.910.380.27324.8583.2539.8
HexBA117405B261B1455328
Octal272211640133463350512350
Binary1011101010001111010001011011100110110111010001011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1174; }

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

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

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

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

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

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

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

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