#BA1490

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

Shades of Medium Violet Red #BA1490

Tints of Medium Violet Red #BA1490

Color information

#BA1490 (or 0xBA1490) is unknown color: approx Medium Violet Red. HEX triplet: BA, 14 and 90. RGB value is (186,20,144). Sum of RGB (Red+Green+Blue) = 186+20+144=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1490 is #45EB6F. Grayscale: #535353. Windows color (decimal): -4582256 or 9442490. OLE color: 9442490.

HSL color Cylindrical-coordinate representation of color #BA1490: hue angle of 315.18º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1490 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18620144-
CMYK00.890.230.27
HSL315.18º80.58%40.39%-
HSV(B)315.18º89.25%72.94%-
XYZ25.5312.9527.54-
YUV83.77162200.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 20 (8.20% from 255) = 5.71%
BLUE value IS 144 (56.64% from 255) = 41.14%
R=53.14%
G=5.71%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862014400.890.230.27315.1880.5840.39
HexBA1490059171B13b5128
Octal272242200131273347312150
Binary1011101010100100100000101100110111110111001110111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1490; }

 p { color: rgb(186,20,144); }

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

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

 a { background-color: rgb(186,20,144); }

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

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

 span { border-color: rgb(186,20,144); }

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