#BA41AE

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

Shades of Fuchsia #BA41AE

Tints of Fuchsia #BA41AE

Color information

#BA41AE (or 0xBA41AE) is unknown color: approx Fuchsia. HEX triplet: BA, 41 and AE. RGB value is (186,65,174). Sum of RGB (Red+Green+Blue) = 186+65+174=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA41AE is #45BE51. Grayscale: #717171. Windows color (decimal): -4570706 or 11420090. OLE color: 11420090.

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

Color convert

RGB18665174-
CMYK00.650.060.27
HSL305.95º48.21%49.22%-
HSV(B)305.95º65.05%72.94%-
XYZ29.7817.2841.81-
YUV113.6162.09179.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 65 (25.78% from 255) = 15.29%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=43.76%
G=15.29%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866517400.650.060.27305.9548.2149.22
HexBA41AE04161B1323031
Octal27210125601016334626061
Binary101110101000001101011100100000111011011100110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA41AE; }

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

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

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

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

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

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

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

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