#BA59B7

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

Shades of Fuchsia #BA59B7

Tints of Fuchsia #BA59B7

Color information

#BA59B7 (or 0xBA59B7) is unknown color: approx Fuchsia. HEX triplet: BA, 59 and B7. RGB value is (186,89,183). Sum of RGB (Red+Green+Blue) = 186+89+183=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59B7 is #45A648. Grayscale: #808080. Windows color (decimal): -4564553 or 12016058. OLE color: 12016058.

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

Color convert

RGB18689183-
CMYK00.520.020.27
HSL301.86º41.28%53.92%-
HSV(B)301.86º52.15%72.94%-
XYZ32.372147.15-
YUV128.72158.64168.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 89 (35.16% from 255) = 19.43%
BLUE value IS 183 (71.88% from 255) = 39.96%
R=40.61%
G=19.43%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868918300.520.020.27301.8641.2853.92
HexBA59B703421B12e2936
Octal2721312670642334565166
Binary1011101010110011011011101101001011011100101110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA59B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA59B7; }

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

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

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

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

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

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

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

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