#BA3EAB

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

Shades of Fuchsia #BA3EAB

Tints of Fuchsia #BA3EAB

Color information

#BA3EAB (or 0xBA3EAB) is unknown color: approx Fuchsia. HEX triplet: BA, 3E and AB. RGB value is (186,62,171). Sum of RGB (Red+Green+Blue) = 186+62+171=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3EAB is #45C154. Grayscale: #6F6F6F. Windows color (decimal): -4571477 or 11222714. OLE color: 11222714.

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

Color convert

RGB18662171-
CMYK00.670.080.27
HSL307.26º50%48.63%-
HSV(B)307.26º66.67%72.94%-
XYZ29.3216.8240.23-
YUV111.5161.58181.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 62 (24.61% from 255) = 14.80%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=44.39%
G=14.80%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866217100.670.080.27307.265048.63
HexBA3EAB04381B1333231
Octal27276253010310334636261
Binary101110101111101010101101000011100011011100110011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3EAB; }

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

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

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

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

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

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

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

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