#BA1473

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

Shades of Medium Violet Red #BA1473

Tints of Medium Violet Red #BA1473

Color information

#BA1473 (or 0xBA1473) is unknown color: approx Medium Violet Red. HEX triplet: BA, 14 and 73. RGB value is (186,20,115). Sum of RGB (Red+Green+Blue) = 186+20+115=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1473 is #45EB8C. Grayscale: #505050. Windows color (decimal): -4582285 or 7541946. OLE color: 7541946.

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

Color convert

RGB18620115-
CMYK00.890.380.27
HSL325.66º80.58%40.39%-
HSV(B)325.66º89.25%72.94%-
XYZ23.5912.1817.33-
YUV80.46147.5203.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 20 (8.20% from 255) = 6.23%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=57.94%
G=6.23%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862011500.890.380.27325.6680.5840.39
HexBA1473059261B1465128
Octal272241630131463350612150
Binary1011101010100111001101011001100110110111010001101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1473; }

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

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

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

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

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

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

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

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