#BA32A6

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

Shades of Medium Red Violet #BA32A6

Tints of Medium Red Violet #BA32A6

Color information

#BA32A6 (or 0xBA32A6) is unknown color: approx Medium Red Violet. HEX triplet: BA, 32 and A6. RGB value is (186,50,166). Sum of RGB (Red+Green+Blue) = 186+50+166=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA32A6 is #45CD59. Grayscale: #676767. Windows color (decimal): -4574554 or 10891962. OLE color: 10891962.

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

Color convert

RGB18650166-
CMYK00.730.110.27
HSL308.82º57.63%46.27%-
HSV(B)308.82º73.12%72.94%-
XYZ28.2715.4737.57-
YUV103.89163.06186.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 50 (19.92% from 255) = 12.44%
BLUE value IS 166 (65.23% from 255) = 41.29%
R=46.27%
G=12.44%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865016600.730.110.27308.8257.6346.27
HexBA32A6049B1B1353a2e
Octal27262246011113334657256
Binary101110101100101010011001001001101111011100110101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA32A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA32A6; }

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

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

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

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

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

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

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

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