#BA53A6

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

Shades of Fuchsia #BA53A6

Tints of Fuchsia #BA53A6

Color information

#BA53A6 (or 0xBA53A6) is unknown color: approx Fuchsia. HEX triplet: BA, 53 and A6. RGB value is (186,83,166). Sum of RGB (Red+Green+Blue) = 186+83+166=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA53A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA53A6 is #45AC59. Grayscale: #7B7B7B. Windows color (decimal): -4566106 or 10900410. OLE color: 10900410.

HSL color Cylindrical-coordinate representation of color #BA53A6: hue angle of 311.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA53A6 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18683166-
CMYK00.550.110.27
HSL311.65º42.74%52.75%-
HSV(B)311.65º55.38%72.94%-
XYZ30.2319.3838.22-
YUV123.26152.12172.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 83 (32.81% from 255) = 19.08%
BLUE value IS 166 (65.23% from 255) = 38.16%
R=42.76%
G=19.08%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868316600.550.110.27311.6542.7452.75
HexBA53A6037B1B1382b35
Octal27212324606713334705365
Binary101110101010011101001100110111101111011100111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA53A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA53A6; }

 p { color: rgb(186,83,166); }

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

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

 a { background-color: rgb(186,83,166); }

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

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

 span { border-color: rgb(186,83,166); }

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