#BA32AB

Color #BA32AB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BA32AB

Tints of Fuchsia #BA32AB

Color information

#BA32AB (or 0xBA32AB) is unknown color: approx Fuchsia. HEX triplet: BA, 32 and AB. RGB value is (186,50,171). Sum of RGB (Red+Green+Blue) = 186+50+171=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA32AB is #45CD54. Grayscale: #686868. Windows color (decimal): -4574549 or 11219642. OLE color: 11219642.

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

Color convert

RGB18650171-
CMYK00.730.080.27
HSL306.62º57.63%46.27%-
HSV(B)306.62º73.12%72.94%-
XYZ28.7415.6640.04-
YUV104.46165.56186.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 50 (19.92% from 255) = 12.29%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=45.70%
G=12.29%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865017100.730.080.27306.6257.6346.27
HexBA32AB04981B1333a2e
Octal27262253011110334637256
Binary101110101100101010101101001001100011011100110011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA32AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA32AB; }

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

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

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

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

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

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

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

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