#BA1579

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

Shades of Medium Violet Red #BA1579

Tints of Medium Violet Red #BA1579

Color information

#BA1579 (or 0xBA1579) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 79. RGB value is (186,21,121). Sum of RGB (Red+Green+Blue) = 186+21+121=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1579 is #45EA86. Grayscale: #515151. Windows color (decimal): -4582023 or 7935418. OLE color: 7935418.

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

Color convert

RGB18621121-
CMYK00.890.350.27
HSL323.64º79.71%40.59%-
HSV(B)323.64º88.71%72.94%-
XYZ23.9712.3619.21-
YUV81.74150.16202.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 21 (8.59% from 255) = 6.40%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=56.71%
G=6.40%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862112100.890.350.27323.6479.7140.59
HexBA1579059231B1445029
Octal272251710131433350412051
Binary1011101010101111100101011001100011110111010001001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1579; }

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

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

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

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

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

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

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

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