#BA4080

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

Shades of Medium Red Violet #BA4080

Tints of Medium Red Violet #BA4080

Color information

#BA4080 (or 0xBA4080) is unknown color: approx Medium Red Violet. HEX triplet: BA, 40 and 80. RGB value is (186,64,128). Sum of RGB (Red+Green+Blue) = 186+64+128=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4080 is #45BF7F. Grayscale: #6B6B6B. Windows color (decimal): -4571008 or 8405178. OLE color: 8405178.

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

Color convert

RGB18664128-
CMYK00.660.310.27
HSL328.52º48.8%49.02%-
HSV(B)328.52º65.59%72.94%-
XYZ25.9815.6622.08-
YUV107.77139.42183.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 64 (25.39% from 255) = 16.93%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=49.21%
G=16.93%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866412800.660.310.27328.5248.849.02
HexBA40800421F1B1493131
Octal272100200010237335116161
Binary10111010100000010000000010000101111111011101001001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4080; }

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

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

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

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

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

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

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

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