#BA2077

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

Shades of Medium Violet Red #BA2077

Tints of Medium Violet Red #BA2077

Color information

#BA2077 (or 0xBA2077) is unknown color: approx Medium Violet Red. HEX triplet: BA, 20 and 77. RGB value is (186,32,119). Sum of RGB (Red+Green+Blue) = 186+32+119=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2077 is #45DF88. Grayscale: #575757. Windows color (decimal): -4579209 or 7807162. OLE color: 7807162.

HSL color Cylindrical-coordinate representation of color #BA2077: hue angle of 326.1º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2077 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18632119-
CMYK00.830.360.27
HSL326.1º70.64%42.75%-
HSV(B)326.1º82.8%72.94%-
XYZ24.112.818.65-
YUV87.96145.52197.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 32 (12.89% from 255) = 9.50%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=55.19%
G=9.50%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863211900.830.360.27326.170.6442.75
HexBA2077053241B146472b
Octal272401670123443350610753
Binary10111010100000111011101010011100100110111010001101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2077; }

 p { color: rgb(186,32,119); }

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

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

 a { background-color: rgb(186,32,119); }

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

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

 span { border-color: rgb(186,32,119); }

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