#BA59BB

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

Shades of Fuchsia #BA59BB

Tints of Fuchsia #BA59BB

Color information

#BA59BB (or 0xBA59BB) is unknown color: approx Fuchsia. HEX triplet: BA, 59 and BB. RGB value is (186,89,187). Sum of RGB (Red+Green+Blue) = 186+89+187=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA59BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59BB is #45A644. Grayscale: #808080. Windows color (decimal): -4564549 or 12278202. OLE color: 12278202.

HSL color Cylindrical-coordinate representation of color #BA59BB: hue angle of 299.39º degrees, saturation: 0.42, 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 #BA59BB is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18689187-
CMYK0.010.5200.27
HSL299.39º41.88%54.12%-
HSV(B)299.39º52.41%73.33%-
XYZ32.7921.1749.37-
YUV129.18160.64168.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 89 (35.16% from 255) = 19.26%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=40.26%
G=19.26%
B=40.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186891870.010.5200.27299.3941.8854.12
HexBA59BB13401B12b2a36
Octal2721312731640334535266
Binary101110101011001101110111110100011011100101011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA59BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA59BB; }

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

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

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

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

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

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

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

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