#BA54B1

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

Shades of Fuchsia #BA54B1

Tints of Fuchsia #BA54B1

Color information

#BA54B1 (or 0xBA54B1) is unknown color: approx Fuchsia. HEX triplet: BA, 54 and B1. RGB value is (186,84,177). Sum of RGB (Red+Green+Blue) = 186+84+177=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54B1 is #45AB4E. Grayscale: #7C7C7C. Windows color (decimal): -4565839 or 11621562. OLE color: 11621562.

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

Color convert

RGB18684177-
CMYK00.550.050.27
HSL305.29º42.5%52.94%-
HSV(B)305.29º54.84%72.94%-
XYZ31.3619.9543.79-
YUV125.1157.29171.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 84 (33.20% from 255) = 18.79%
BLUE value IS 177 (69.53% from 255) = 39.60%
R=41.61%
G=18.79%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868417700.550.050.27305.2942.552.94
HexBA54B103751B1312a35
Octal2721242610675334615265
Binary10111010101010010110001011011110111011100110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA54B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA54B1; }

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

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

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

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

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

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

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

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