#BA4190

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

Shades of Medium Red Violet #BA4190

Tints of Medium Red Violet #BA4190

Color information

#BA4190 (or 0xBA4190) is unknown color: approx Medium Red Violet. HEX triplet: BA, 41 and 90. RGB value is (186,65,144). Sum of RGB (Red+Green+Blue) = 186+65+144=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4190 is #45BE6F. Grayscale: #6D6D6D. Windows color (decimal): -4570736 or 9454010. OLE color: 9454010.

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

Color convert

RGB18665144-
CMYK00.650.230.27
HSL320.83º48.21%49.22%-
HSV(B)320.83º65.05%72.94%-
XYZ27.1716.2328.09-
YUV110.18147.09182.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=47.09%
G=16.46%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866514400.650.230.27320.8348.2149.22
HexBA4190041171B1413031
Octal272101220010127335016061
Binary10111010100000110010000010000011011111011101000001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4190; }

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

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

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

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

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

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

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

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