#BA54B4

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

Shades of Fuchsia #BA54B4

Tints of Fuchsia #BA54B4

Color information

#BA54B4 (or 0xBA54B4) is unknown color: approx Fuchsia. HEX triplet: BA, 54 and B4. RGB value is (186,84,180). Sum of RGB (Red+Green+Blue) = 186+84+180=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54B4 is #45AB4B. Grayscale: #7D7D7D. Windows color (decimal): -4565836 or 11818170. OLE color: 11818170.

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

Color convert

RGB18684180-
CMYK00.550.030.27
HSL303.53º42.5%52.94%-
HSV(B)303.53º54.84%72.94%-
XYZ31.6620.0845.39-
YUV125.44158.79171.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 84 (33.20% from 255) = 18.67%
BLUE value IS 180 (70.70% from 255) = 40%
R=41.33%
G=18.67%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868418000.550.030.27303.5342.552.94
HexBA54B403731B1302a35
Octal2721242640673334605265
Binary1011101010101001011010001101111111011100110000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA54B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA54B4; }

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

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

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

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

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

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

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

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