#BA3EAE

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

Shades of Fuchsia #BA3EAE

Tints of Fuchsia #BA3EAE

Color information

#BA3EAE (or 0xBA3EAE) is unknown color: approx Fuchsia. HEX triplet: BA, 3E and AE. RGB value is (186,62,174). Sum of RGB (Red+Green+Blue) = 186+62+174=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3EAE is #45C151. Grayscale: #6F6F6F. Windows color (decimal): -4571474 or 11419322. OLE color: 11419322.

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

Color convert

RGB18662174-
CMYK00.670.060.27
HSL305.81º50%48.63%-
HSV(B)305.81º66.67%72.94%-
XYZ29.6116.9441.75-
YUV111.84163.08180.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 62 (24.61% from 255) = 14.69%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=44.08%
G=14.69%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866217400.670.060.27305.815048.63
HexBA3EAE04361B1323231
Octal2727625601036334626261
Binary10111010111110101011100100001111011011100110010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3EAE; }

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

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

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

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

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

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

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

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