#BA59BA

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

Shades of Fuchsia #BA59BA

Tints of Fuchsia #BA59BA

Color information

#BA59BA (or 0xBA59BA) is unknown color: approx Fuchsia. HEX triplet: BA, 59 and BA. RGB value is (186,89,186). Sum of RGB (Red+Green+Blue) = 186+89+186=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA59BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59BA is #45A645. Grayscale: #808080. Windows color (decimal): -4564550 or 12212666. OLE color: 12212666.

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

Color convert

RGB18689186-
CMYK00.5200.27
HSL300º41.28%53.92%-
HSV(B)300º52.15%72.94%-
XYZ32.6921.1348.81-
YUV129.06160.14168.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 89 (35.16% from 255) = 19.31%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=40.35%
G=19.31%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868918600.5200.2730041.2853.92
HexBA59BA03401B12c2936
Octal2721312720640334545166
Binary101110101011001101110100110100011011100101100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA59BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA59BA; }

 p { color: rgb(186,89,186); }

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

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

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

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

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

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

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