#BA4099

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

Shades of Medium Red Violet #BA4099

Tints of Medium Red Violet #BA4099

Color information

#BA4099 (or 0xBA4099) is unknown color: approx Medium Red Violet. HEX triplet: BA, 40 and 99. RGB value is (186,64,153). Sum of RGB (Red+Green+Blue) = 186+64+153=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4099 is #45BF66. Grayscale: #6E6E6E. Windows color (decimal): -4570983 or 10043578. OLE color: 10043578.

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

Color convert

RGB18664153-
CMYK00.660.180.27
HSL316.23º48.8%49.02%-
HSV(B)316.23º65.59%72.94%-
XYZ27.8316.4131.84-
YUV110.62151.92181.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 64 (25.39% from 255) = 15.88%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=46.15%
G=15.88%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866415300.660.180.27316.2348.849.02
HexBA4099042121B13c3131
Octal272100231010222334746161
Binary10111010100000010011001010000101001011011100111100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4099; }

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

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

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

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

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

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

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

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