#BA32A1

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

Shades of Medium Red Violet #BA32A1

Tints of Medium Red Violet #BA32A1

Color information

#BA32A1 (or 0xBA32A1) is unknown color: approx Medium Red Violet. HEX triplet: BA, 32 and A1. RGB value is (186,50,161). Sum of RGB (Red+Green+Blue) = 186+50+161=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA32A1 is #45CD5E. Grayscale: #676767. Windows color (decimal): -4574559 or 10564282. OLE color: 10564282.

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

Color convert

RGB18650161-
CMYK00.730.130.27
HSL311.03º57.63%46.27%-
HSV(B)311.03º73.12%72.94%-
XYZ27.8215.2935.2-
YUV103.32160.56186.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 50 (19.92% from 255) = 12.59%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=46.85%
G=12.59%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865016100.730.130.27311.0357.6346.27
HexBA32A1049D1B1373a2e
Octal27262241011115334677256
Binary101110101100101010000101001001110111011100110111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA32A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA32A1; }

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

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

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

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

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

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

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

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