#BA43AE

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

Shades of Fuchsia #BA43AE

Tints of Fuchsia #BA43AE

Color information

#BA43AE (or 0xBA43AE) is unknown color: approx Fuchsia. HEX triplet: BA, 43 and AE. RGB value is (186,67,174). Sum of RGB (Red+Green+Blue) = 186+67+174=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA43AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA43AE is #45BC51. Grayscale: #727272. Windows color (decimal): -4570194 or 11420602. OLE color: 11420602.

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

Color convert

RGB18667174-
CMYK00.640.060.27
HSL306.05º47.04%49.61%-
HSV(B)306.05º63.98%72.94%-
XYZ29.917.5141.85-
YUV114.78161.42178.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 67 (26.56% from 255) = 15.69%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=43.56%
G=15.69%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866717400.640.060.27306.0547.0449.61
HexBA43AE04061B1322f32
Octal27210325601006334625762
Binary101110101000011101011100100000011011011100110010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA43AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA43AE; }

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

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

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

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

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

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

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

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