#BA4090

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

Shades of Medium Red Violet #BA4090

Tints of Medium Red Violet #BA4090

Color information

#BA4090 (or 0xBA4090) is unknown color: approx Medium Red Violet. HEX triplet: BA, 40 and 90. RGB value is (186,64,144). Sum of RGB (Red+Green+Blue) = 186+64+144=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4090 is #45BF6F. Grayscale: #6D6D6D. Windows color (decimal): -4570992 or 9453754. OLE color: 9453754.

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

Color convert

RGB18664144-
CMYK00.660.230.27
HSL320.66º48.8%49.02%-
HSV(B)320.66º65.59%72.94%-
XYZ27.1216.1228.07-
YUV109.6147.42182.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 64 (25.39% from 255) = 16.24%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=47.21%
G=16.24%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866414400.660.230.27320.6648.849.02
HexBA4090042171B1413131
Octal272100220010227335016161
Binary10111010100000010010000010000101011111011101000001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4090; }

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

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

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

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

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

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

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

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