#BA56B3

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

Shades of Fuchsia #BA56B3

Tints of Fuchsia #BA56B3

Color information

#BA56B3 (or 0xBA56B3) is unknown color: approx Fuchsia. HEX triplet: BA, 56 and B3. RGB value is (186,86,179). Sum of RGB (Red+Green+Blue) = 186+86+179=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA56B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56B3 is #45A94C. Grayscale: #7E7E7E. Windows color (decimal): -4565325 or 11753146. OLE color: 11753146.

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

Color convert

RGB18686179-
CMYK00.540.040.27
HSL304.2º42.02%53.33%-
HSV(B)304.2º53.76%72.94%-
XYZ31.7120.3544.9-
YUV126.5157.63170.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 86 (33.98% from 255) = 19.07%
BLUE value IS 179 (70.31% from 255) = 39.69%
R=41.24%
G=19.07%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868617900.540.040.27304.242.0253.33
HexBA56B303641B1302a35
Octal2721262630664334605265
Binary10111010101011010110011011011010011011100110000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA56B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA56B3; }

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

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

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

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

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

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

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

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