#BA54A5

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

Shades of Fuchsia #BA54A5

Tints of Fuchsia #BA54A5

Color information

#BA54A5 (or 0xBA54A5) is unknown color: approx Fuchsia. HEX triplet: BA, 54 and A5. RGB value is (186,84,165). Sum of RGB (Red+Green+Blue) = 186+84+165=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54A5 is #45AB5A. Grayscale: #7B7B7B. Windows color (decimal): -4565851 or 10835130. OLE color: 10835130.

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

Color convert

RGB18684165-
CMYK00.550.110.27
HSL312.35º42.5%52.94%-
HSV(B)312.35º54.84%72.94%-
XYZ30.2119.537.77-
YUV123.73151.29172.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 165 (64.84% from 255) = 37.93%
R=42.76%
G=19.31%
B=37.93%

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
Decimal1868416500.550.110.27312.3542.552.94
HexBA54A5037B1B1382a35
Octal27212424506713334705265
Binary101110101010100101001010110111101111011100111000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA54A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA54A5; }

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

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

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

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

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

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

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

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