#BA196F

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

Shades of Medium Violet Red #BA196F

Tints of Medium Violet Red #BA196F

Color information

#BA196F (or 0xBA196F) is unknown color: approx Medium Violet Red. HEX triplet: BA, 19 and 6F. RGB value is (186,25,111). Sum of RGB (Red+Green+Blue) = 186+25+111=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA196F is #45E690. Grayscale: #525252. Windows color (decimal): -4581009 or 7281082. OLE color: 7281082.

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

Color convert

RGB18625111-
CMYK00.870.400.27
HSL327.95º76.3%41.37%-
HSV(B)327.95º86.56%72.94%-
XYZ23.4712.2816.17-
YUV82.94143.84201.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 25 (10.16% from 255) = 7.76%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=57.76%
G=7.76%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862511100.870.400.27327.9576.341.37
HexBA196F057281B1484c29
Octal272311570127503351011451
Binary1011101011001110111101010111101000110111010010001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA196F; }

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

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

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

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

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

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

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

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