#BA32A0

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

Shades of Medium Red Violet #BA32A0

Tints of Medium Red Violet #BA32A0

Color information

#BA32A0 (or 0xBA32A0) is unknown color: approx Medium Red Violet. HEX triplet: BA, 32 and A0. RGB value is (186,50,160). Sum of RGB (Red+Green+Blue) = 186+50+160=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA32A0 is #45CD5F. Grayscale: #666666. Windows color (decimal): -4574560 or 10498746. OLE color: 10498746.

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

Color convert

RGB18650160-
CMYK00.730.140.27
HSL311.47º57.63%46.27%-
HSV(B)311.47º73.12%72.94%-
XYZ27.7415.2634.74-
YUV103.2160.06187.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 50 (19.92% from 255) = 12.63%
BLUE value IS 160 (62.89% from 255) = 40.40%
R=46.97%
G=12.63%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865016000.730.140.27311.4757.6346.27
HexBA32A0049E1B1373a2e
Octal27262240011116334677256
Binary101110101100101010000001001001111011011100110111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA32A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA32A0; }

 p { color: rgb(186,50,160); }

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

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

 a { background-color: rgb(186,50,160); }

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

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

 span { border-color: rgb(186,50,160); }

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