#BA20A9

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

Shades of Medium Violet Red #BA20A9

Tints of Medium Violet Red #BA20A9

Color information

#BA20A9 (or 0xBA20A9) is unknown color: approx Medium Violet Red. HEX triplet: BA, 20 and A9. RGB value is (186,32,169). Sum of RGB (Red+Green+Blue) = 186+32+169=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA20A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA20A9 is #45DF56. Grayscale: #5D5D5D. Windows color (decimal): -4579159 or 11083962. OLE color: 11083962.

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

Color convert

RGB18632169-
CMYK00.830.090.27
HSL306.62º70.64%42.75%-
HSV(B)306.62º82.8%72.94%-
XYZ27.9314.3438.83-
YUV93.66170.52193.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 32 (12.89% from 255) = 8.27%
BLUE value IS 169 (66.41% from 255) = 43.67%
R=48.06%
G=8.27%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863216900.830.090.27306.6270.6442.75
HexBA20A905391B133472b
Octal272402510123113346310753
Binary1011101010000010101001010100111001110111001100111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA20A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA20A9; }

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

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

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

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

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

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

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

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