#BA119C

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

Shades of Medium Violet Red #BA119C

Tints of Medium Violet Red #BA119C

Color information

#BA119C (or 0xBA119C) is unknown color: approx Medium Violet Red. HEX triplet: BA, 11 and 9C. RGB value is (186,17,156). Sum of RGB (Red+Green+Blue) = 186+17+156=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA119C is #45EE63. Grayscale: #525252. Windows color (decimal): -4583012 or 10228154. OLE color: 10228154.

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

Color convert

RGB18617156-
CMYK00.910.160.27
HSL310.65º83.25%39.8%-
HSV(B)310.65º90.86%72.94%-
XYZ26.4513.2432.61-
YUV83.38168.99201.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 17 (7.03% from 255) = 4.74%
BLUE value IS 156 (61.33% from 255) = 43.45%
R=51.81%
G=4.74%
B=43.45%

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
Decimal1861715600.910.160.27310.6583.2539.8
HexBA119C05B101B1375328
Octal272212340133203346712350
Binary1011101010001100111000101101110000110111001101111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA119C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA119C; }

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

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

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

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

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

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

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

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