#BA35AC

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

Shades of Fuchsia #BA35AC

Tints of Fuchsia #BA35AC

Color information

#BA35AC (or 0xBA35AC) is unknown color: approx Fuchsia. HEX triplet: BA, 35 and AC. RGB value is (186,53,172). Sum of RGB (Red+Green+Blue) = 186+53+172=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA35AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA35AC is #45CA53. Grayscale: #696969. Windows color (decimal): -4573780 or 11285946. OLE color: 11285946.

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

Color convert

RGB18653172-
CMYK00.720.080.27
HSL306.32º55.65%46.86%-
HSV(B)306.32º71.51%72.94%-
XYZ28.9715.9640.58-
YUV106.33165.06184.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 53 (21.09% from 255) = 12.90%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=45.26%
G=12.90%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865317200.720.080.27306.3255.6546.86
HexBA35AC04881B132382f
Octal27265254011010334627057
Binary101110101101011010110001001000100011011100110010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA35AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA35AC; }

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

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

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

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

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

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

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

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