#BA53A5

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

Shades of Fuchsia #BA53A5

Tints of Fuchsia #BA53A5

Color information

#BA53A5 (or 0xBA53A5) is unknown color: approx Fuchsia. HEX triplet: BA, 53 and A5. RGB value is (186,83,165). Sum of RGB (Red+Green+Blue) = 186+83+165=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA53A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA53A5 is #45AC5A. Grayscale: #7A7A7A. Windows color (decimal): -4566107 or 10834874. OLE color: 10834874.

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

Color convert

RGB18683165-
CMYK00.550.110.27
HSL312.23º42.74%52.75%-
HSV(B)312.23º55.38%72.94%-
XYZ30.1319.3437.74-
YUV123.14151.62172.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 83 (32.81% from 255) = 19.12%
BLUE value IS 165 (64.84% from 255) = 38.02%
R=42.86%
G=19.12%
B=38.02%

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
Decimal1868316500.550.110.27312.2342.7452.75
HexBA53A5037B1B1382b35
Octal27212324506713334705365
Binary101110101010011101001010110111101111011100111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA53A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA53A5; }

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

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

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

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

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

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

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

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