#BA198E

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

Shades of Medium Violet Red #BA198E

Tints of Medium Violet Red #BA198E

Color information

#BA198E (or 0xBA198E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 19 and 8E. RGB value is (186,25,142). Sum of RGB (Red+Green+Blue) = 186+25+142=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA198E is #45E671. Grayscale: #565656. Windows color (decimal): -4580978 or 9312698. OLE color: 9312698.

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

Color convert

RGB18625142-
CMYK00.870.240.27
HSL316.4º76.3%41.37%-
HSV(B)316.4º86.56%72.94%-
XYZ25.4813.0926.77-
YUV86.48159.34198.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 25 (10.16% from 255) = 7.08%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=52.69%
G=7.08%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862514200.870.240.27316.476.341.37
HexBA198E057181B13c4c29
Octal272312160127303347411451
Binary1011101011001100011100101011111000110111001111001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA198E; }

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

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

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

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

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

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

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

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