#BA2189

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

Shades of Medium Violet Red #BA2189

Tints of Medium Violet Red #BA2189

Color information

#BA2189 (or 0xBA2189) is unknown color: approx Medium Violet Red. HEX triplet: BA, 21 and 89. RGB value is (186,33,137). Sum of RGB (Red+Green+Blue) = 186+33+137=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2189 is #45DE76. Grayscale: #5A5A5A. Windows color (decimal): -4578935 or 8987066. OLE color: 8987066.

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

Color convert

RGB18633137-
CMYK00.820.260.27
HSL319.22º69.86%42.94%-
HSV(B)319.22º82.26%72.94%-
XYZ25.3113.3324.91-
YUV90.6154.19196.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 33 (13.28% from 255) = 9.27%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=52.25%
G=9.27%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863313700.820.260.27319.2269.8642.94
HexBA21890521A1B13f462b
Octal272412110122323347710653
Binary10111010100001100010010101001011010110111001111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2189; }

 p { color: rgb(186,33,137); }

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

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

 a { background-color: rgb(186,33,137); }

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

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

 span { border-color: rgb(186,33,137); }

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