#BA119E

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

Shades of Medium Violet Red #BA119E

Tints of Medium Violet Red #BA119E

Color information

#BA119E (or 0xBA119E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 11 and 9E. RGB value is (186,17,158). Sum of RGB (Red+Green+Blue) = 186+17+158=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA119E is #45EE61. Grayscale: #535353. Windows color (decimal): -4583010 or 10359226. OLE color: 10359226.

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

Color convert

RGB18617158-
CMYK00.910.150.27
HSL309.94º83.25%39.8%-
HSV(B)309.94º90.86%72.94%-
XYZ26.6213.3133.51-
YUV83.6169.99201.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 17 (7.03% from 255) = 4.71%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=51.52%
G=4.71%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861715800.910.150.27309.9483.2539.8
HexBA119E05BF1B1365328
Octal272212360133173346612350
Binary101110101000110011110010110111111110111001101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA119E; }

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

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

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

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

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

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

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

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