#BA54B3

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

Shades of Fuchsia #BA54B3

Tints of Fuchsia #BA54B3

Color information

#BA54B3 (or 0xBA54B3) is unknown color: approx Fuchsia. HEX triplet: BA, 54 and B3. RGB value is (186,84,179). Sum of RGB (Red+Green+Blue) = 186+84+179=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54B3 is #45AB4C. Grayscale: #7D7D7D. Windows color (decimal): -4565837 or 11752634. OLE color: 11752634.

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

Color convert

RGB18684179-
CMYK00.550.040.27
HSL304.12º42.5%52.94%-
HSV(B)304.12º54.84%72.94%-
XYZ31.5620.0344.85-
YUV125.33158.29171.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 84 (33.20% from 255) = 18.71%
BLUE value IS 179 (70.31% from 255) = 39.87%
R=41.43%
G=18.71%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868417900.550.040.27304.1242.552.94
HexBA54B303741B1302a35
Octal2721242630674334605265
Binary10111010101010010110011011011110011011100110000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA54B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA54B3; }

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

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

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

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

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

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

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

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