#BA54B6

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

Shades of Fuchsia #BA54B6

Tints of Fuchsia #BA54B6

Color information

#BA54B6 (or 0xBA54B6) is unknown color: approx Fuchsia. HEX triplet: BA, 54 and B6. RGB value is (186,84,182). Sum of RGB (Red+Green+Blue) = 186+84+182=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54B6 is #45AB49. Grayscale: #7D7D7D. Windows color (decimal): -4565834 or 11949242. OLE color: 11949242.

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

Color convert

RGB18684182-
CMYK00.550.020.27
HSL302.35º42.5%52.94%-
HSV(B)302.35º54.84%72.94%-
XYZ31.8620.1646.47-
YUV125.67159.79171.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 84 (33.20% from 255) = 18.58%
BLUE value IS 182 (71.48% from 255) = 40.27%
R=41.15%
G=18.58%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868418200.550.020.27302.3542.552.94
HexBA54B603721B12e2a35
Octal2721242660672334565265
Binary1011101010101001011011001101111011011100101110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA54B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA54B6; }

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

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

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

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

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

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

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

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