#BA1E79

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

Shades of Medium Violet Red #BA1E79

Tints of Medium Violet Red #BA1E79

Color information

#BA1E79 (or 0xBA1E79) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1E and 79. RGB value is (186,30,121). Sum of RGB (Red+Green+Blue) = 186+30+121=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1E79 is #45E186. Grayscale: #565656. Windows color (decimal): -4579719 or 7937722. OLE color: 7937722.

HSL color Cylindrical-coordinate representation of color #BA1E79: hue angle of 325º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1E79 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18630121-
CMYK00.840.350.27
HSL325º72.22%42.35%-
HSV(B)325º83.87%72.94%-
XYZ24.1712.7519.28-
YUV87.02147.18198.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 30 (12.11% from 255) = 8.90%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=55.19%
G=8.90%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863012100.840.350.2732572.2242.35
HexBA1E79054231B145482a
Octal272361710124433350511052
Binary1011101011110111100101010100100011110111010001011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1E79; }

 p { color: rgb(186,30,121); }

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

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

 a { background-color: rgb(186,30,121); }

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

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

 span { border-color: rgb(186,30,121); }

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