#BA196E

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

Shades of Medium Violet Red #BA196E

Tints of Medium Violet Red #BA196E

Color information

#BA196E (or 0xBA196E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 19 and 6E. RGB value is (186,25,110). Sum of RGB (Red+Green+Blue) = 186+25+110=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA196E is #45E691. Grayscale: #525252. Windows color (decimal): -4581010 or 7215546. OLE color: 7215546.

HSL color Cylindrical-coordinate representation of color #BA196E: hue angle of 328.32º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA196E is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18625110-
CMYK00.870.410.27
HSL328.32º76.3%41.37%-
HSV(B)328.32º86.56%72.94%-
XYZ23.4112.2615.88-
YUV82.83143.34201.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 25 (10.16% from 255) = 7.79%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=57.94%
G=7.79%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862511000.870.410.27328.3276.341.37
HexBA196E057291B1484c29
Octal272311560127513351011451
Binary1011101011001110111001010111101001110111010010001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA196E; }

 p { color: rgb(186,25,110); }

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

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

 a { background-color: rgb(186,25,110); }

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

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

 span { border-color: rgb(186,25,110); }

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