#BA3394

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

Shades of Medium Red Violet #BA3394

Tints of Medium Red Violet #BA3394

Color information

#BA3394 (or 0xBA3394) is unknown color: approx Medium Red Violet. HEX triplet: BA, 33 and 94. RGB value is (186,51,148). Sum of RGB (Red+Green+Blue) = 186+51+148=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3394 is #45CC6B. Grayscale: #666666. Windows color (decimal): -4574316 or 9712570. OLE color: 9712570.

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

Color convert

RGB18651148-
CMYK00.730.200.27
HSL316.89º56.96%46.47%-
HSV(B)316.89º72.58%72.94%-
XYZ26.7814.9429.49-
YUV102.42153.73187.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 51 (20.31% from 255) = 13.25%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=48.31%
G=13.25%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865114800.730.200.27316.8956.9646.47
HexBA3394049141B13d392e
Octal27263224011124334757156
Binary1011101011001110010100010010011010011011100111101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3394; }

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

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

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

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

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

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

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

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