#BA1994

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

Shades of Medium Violet Red #BA1994

Tints of Medium Violet Red #BA1994

Color information

#BA1994 (or 0xBA1994) is unknown color: approx Medium Violet Red. HEX triplet: BA, 19 and 94. RGB value is (186,25,148). Sum of RGB (Red+Green+Blue) = 186+25+148=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1994 is #45E66B. Grayscale: #565656. Windows color (decimal): -4580972 or 9705914. OLE color: 9705914.

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

Color convert

RGB18625148-
CMYK00.870.200.27
HSL314.16º76.3%41.37%-
HSV(B)314.16º86.56%72.94%-
XYZ25.9413.2729.21-
YUV87.16162.34198.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 25 (10.16% from 255) = 6.96%
BLUE value IS 148 (58.20% from 255) = 41.23%
R=51.81%
G=6.96%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862514800.870.200.27314.1676.341.37
HexBA1994057141B13a4c29
Octal272312240127243347211451
Binary1011101011001100101000101011110100110111001110101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1994; }

 p { color: rgb(186,25,148); }

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

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

 a { background-color: rgb(186,25,148); }

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

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

 span { border-color: rgb(186,25,148); }

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