#BA2EAB

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

Shades of Fuchsia #BA2EAB

Tints of Fuchsia #BA2EAB

Color information

#BA2EAB (or 0xBA2EAB) is unknown color: approx Fuchsia. HEX triplet: BA, 2E and AB. RGB value is (186,46,171). Sum of RGB (Red+Green+Blue) = 186+46+171=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2EAB is #45D154. Grayscale: #656565. Windows color (decimal): -4575573 or 11218618. OLE color: 11218618.

HSL color Cylindrical-coordinate representation of color #BA2EAB: hue angle of 306.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2EAB is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18646171-
CMYK00.750.080.27
HSL306.43º60.34%45.49%-
HSV(B)306.43º75.27%72.94%-
XYZ28.5815.3339.98-
YUV102.11166.88187.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 46 (18.36% from 255) = 11.41%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=46.15%
G=11.41%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864617100.750.080.27306.4360.3445.49
HexBA2EAB04B81B1323c2d
Octal27256253011310334627455
Binary101110101011101010101101001011100011011100110010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2EAB; }

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

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

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

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

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

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

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

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