#BA59B9

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

Shades of Fuchsia #BA59B9

Tints of Fuchsia #BA59B9

Color information

#BA59B9 (or 0xBA59B9) is unknown color: approx Fuchsia. HEX triplet: BA, 59 and B9. RGB value is (186,89,185). Sum of RGB (Red+Green+Blue) = 186+89+185=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59B9 is #45A646. Grayscale: #808080. Windows color (decimal): -4564551 or 12147130. OLE color: 12147130.

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

Color convert

RGB18689185-
CMYK00.520.010.27
HSL300.62º41.28%53.92%-
HSV(B)300.62º52.15%72.94%-
XYZ32.5821.0948.25-
YUV128.95159.64168.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 89 (35.16% from 255) = 19.35%
BLUE value IS 185 (72.66% from 255) = 40.22%
R=40.43%
G=19.35%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868918500.520.010.27300.6241.2853.92
HexBA59B903411B12d2936
Octal2721312710641334555166
Binary101110101011001101110010110100111011100101101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA59B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA59B9; }

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

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

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

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

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

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

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

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