#BA2199

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

Shades of Medium Violet Red #BA2199

Tints of Medium Violet Red #BA2199

Color information

#BA2199 (or 0xBA2199) is unknown color: approx Medium Violet Red. HEX triplet: BA, 21 and 99. RGB value is (186,33,153). Sum of RGB (Red+Green+Blue) = 186+33+153=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2199 is #45DE66. Grayscale: #5C5C5C. Windows color (decimal): -4578919 or 10035642. OLE color: 10035642.

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

Color convert

RGB18633153-
CMYK00.820.180.27
HSL312.94º69.86%42.94%-
HSV(B)312.94º82.26%72.94%-
XYZ26.5413.8331.41-
YUV92.43162.19194.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 8.87%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=50%
G=8.87%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863315300.820.180.27312.9469.8642.94
HexBA2199052121B139462b
Octal272412310122223347110653
Binary10111010100001100110010101001010010110111001110011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2199; }

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

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

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

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

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

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

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

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