#BA3180

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

Shades of Medium Red Violet #BA3180

Tints of Medium Red Violet #BA3180

Color information

#BA3180 (or 0xBA3180) is unknown color: approx Medium Red Violet. HEX triplet: BA, 31 and 80. RGB value is (186,49,128). Sum of RGB (Red+Green+Blue) = 186+49+128=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3180 is #45CE7F. Grayscale: #626262. Windows color (decimal): -4574848 or 8401338. OLE color: 8401338.

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

Color convert

RGB18649128-
CMYK00.740.310.27
HSL325.4º58.3%46.08%-
HSV(B)325.4º73.66%72.94%-
XYZ25.2414.1921.83-
YUV98.97144.39190.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 49 (19.53% from 255) = 13.50%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=51.24%
G=13.50%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864912800.740.310.27325.458.346.08
HexBA318004A1F1B1453a2e
Octal27261200011237335057256
Binary1011101011000110000000010010101111111011101000101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3180; }

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

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

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

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

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

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

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

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