#BA1796

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

Shades of Medium Violet Red #BA1796

Tints of Medium Violet Red #BA1796

Color information

#BA1796 (or 0xBA1796) is unknown color: approx Medium Violet Red. HEX triplet: BA, 17 and 96. RGB value is (186,23,150). Sum of RGB (Red+Green+Blue) = 186+23+150=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1796 is #45E869. Grayscale: #555555. Windows color (decimal): -4581482 or 9836474. OLE color: 9836474.

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

Color convert

RGB18623150-
CMYK00.880.190.27
HSL313.25º77.99%40.98%-
HSV(B)313.25º87.63%72.94%-
XYZ26.0613.2530.04-
YUV86.22164199.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 23 (9.38% from 255) = 6.41%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=51.81%
G=6.41%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862315000.880.190.27313.2577.9940.98
HexBA1796058131B1394e29
Octal272272260130233347111651
Binary1011101010111100101100101100010011110111001110011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1796; }

 p { color: rgb(186,23,150); }

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

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

 a { background-color: rgb(186,23,150); }

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

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

 span { border-color: rgb(186,23,150); }

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