#BA53BA

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

Shades of Fuchsia #BA53BA

Tints of Fuchsia #BA53BA

Color information

#BA53BA (or 0xBA53BA) is unknown color: approx Fuchsia. HEX triplet: BA, 53 and BA. RGB value is (186,83,186). Sum of RGB (Red+Green+Blue) = 186+83+186=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA53BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53BA is #45AC45. Grayscale: #7D7D7D. Windows color (decimal): -4566086 or 12211130. OLE color: 12211130.

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

Color convert

RGB18683186-
CMYK00.5500.27
HSL300º42.74%52.75%-
HSV(B)300º55.38%72.94%-
XYZ32.2120.1748.65-
YUV125.54162.12171.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 83 (32.81% from 255) = 18.24%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=40.88%
G=18.24%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868318600.5500.2730042.7452.75
HexBA53BA03701B12c2b35
Octal2721232720670334545365
Binary101110101010011101110100110111011011100101100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA53BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA53BA; }

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

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

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

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

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

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

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

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