#BA42AE

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

Shades of Fuchsia #BA42AE

Tints of Fuchsia #BA42AE

Color information

#BA42AE (or 0xBA42AE) is unknown color: approx Fuchsia. HEX triplet: BA, 42 and AE. RGB value is (186,66,174). Sum of RGB (Red+Green+Blue) = 186+66+174=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA42AE is #45BD51. Grayscale: #717171. Windows color (decimal): -4570450 or 11420346. OLE color: 11420346.

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

Color convert

RGB18666174-
CMYK00.650.060.27
HSL306º47.62%49.41%-
HSV(B)306º64.52%72.94%-
XYZ29.8417.3941.83-
YUV114.19161.76179.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 66 (26.17% from 255) = 15.49%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=43.66%
G=15.49%
B=40.85%

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
Decimal1866617400.650.060.2730647.6249.41
HexBA42AE04161B1323031
Octal27210225601016334626061
Binary101110101000010101011100100000111011011100110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA42AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA42AE; }

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

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

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

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

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

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

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

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