#BA56B1

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

Shades of Fuchsia #BA56B1

Tints of Fuchsia #BA56B1

Color information

#BA56B1 (or 0xBA56B1) is unknown color: approx Fuchsia. HEX triplet: BA, 56 and B1. RGB value is (186,86,177). Sum of RGB (Red+Green+Blue) = 186+86+177=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA56B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA56B1 is #45A94E. Grayscale: #7E7E7E. Windows color (decimal): -4565327 or 11622074. OLE color: 11622074.

HSL color Cylindrical-coordinate representation of color #BA56B1: hue angle of 305.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA56B1 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18686177-
CMYK00.540.050.27
HSL305.4º42.02%53.33%-
HSV(B)305.4º53.76%72.94%-
XYZ31.5120.2743.85-
YUV126.27156.63170.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 86 (33.98% from 255) = 19.15%
BLUE value IS 177 (69.53% from 255) = 39.42%
R=41.43%
G=19.15%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868617700.540.050.27305.442.0253.33
HexBA56B103651B1312a35
Octal2721262610665334615265
Binary10111010101011010110001011011010111011100110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA56B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA56B1; }

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

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

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

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

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

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

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

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