#BA119D

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

Shades of Medium Violet Red #BA119D

Tints of Medium Violet Red #BA119D

Color information

#BA119D (or 0xBA119D) is unknown color: approx Medium Violet Red. HEX triplet: BA, 11 and 9D. RGB value is (186,17,157). Sum of RGB (Red+Green+Blue) = 186+17+157=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA119D is #45EE62. Grayscale: #535353. Windows color (decimal): -4583011 or 10293690. OLE color: 10293690.

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

Color convert

RGB18617157-
CMYK00.910.160.27
HSL310.3º83.25%39.8%-
HSV(B)310.3º90.86%72.94%-
XYZ26.5413.2733.06-
YUV83.49169.49201.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 17 (7.03% from 255) = 4.72%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=51.67%
G=4.72%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861715700.910.160.27310.383.2539.8
HexBA119D05B101B1365328
Octal272212350133203346612350
Binary1011101010001100111010101101110000110111001101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA119D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA119D; }

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

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

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

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

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

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

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

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