#BA35AE

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

Shades of Fuchsia #BA35AE

Tints of Fuchsia #BA35AE

Color information

#BA35AE (or 0xBA35AE) is unknown color: approx Fuchsia. HEX triplet: BA, 35 and AE. RGB value is (186,53,174). Sum of RGB (Red+Green+Blue) = 186+53+174=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA35AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA35AE is #45CA51. Grayscale: #6A6A6A. Windows color (decimal): -4573778 or 11417018. OLE color: 11417018.

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

Color convert

RGB18653174-
CMYK00.720.060.27
HSL305.41º55.65%46.86%-
HSV(B)305.41º71.51%72.94%-
XYZ29.1616.0441.6-
YUV106.56166.06184.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 53 (21.09% from 255) = 12.83%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=45.04%
G=12.83%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865317400.720.060.27305.4155.6546.86
HexBA35AE04861B131382f
Octal2726525601106334617057
Binary10111010110101101011100100100011011011100110001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA35AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA35AE; }

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

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

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

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

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

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

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

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