#BA119B

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

Shades of Medium Violet Red #BA119B

Tints of Medium Violet Red #BA119B

Color information

#BA119B (or 0xBA119B) is unknown color: approx Medium Violet Red. HEX triplet: BA, 11 and 9B. RGB value is (186,17,155). Sum of RGB (Red+Green+Blue) = 186+17+155=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA119B is #45EE64. Grayscale: #525252. Windows color (decimal): -4583013 or 10162618. OLE color: 10162618.

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

Color convert

RGB18617155-
CMYK00.910.170.27
HSL311.01º83.25%39.8%-
HSV(B)311.01º90.86%72.94%-
XYZ26.3713.2132.17-
YUV83.26168.49201.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 17 (7.03% from 255) = 4.75%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=51.96%
G=4.75%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861715500.910.170.27311.0183.2539.8
HexBA119B05B111B1375328
Octal272212330133213346712350
Binary1011101010001100110110101101110001110111001101111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA119B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA119B; }

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

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

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

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

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

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

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

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