#BA57C3

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

Shades of Fuchsia #BA57C3

Tints of Fuchsia #BA57C3

Color information

#BA57C3 (or 0xBA57C3) is unknown color: approx Fuchsia. HEX triplet: BA, 57 and C3. RGB value is (186,87,195). Sum of RGB (Red+Green+Blue) = 186+87+195=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA57C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57C3 is #45A83C. Grayscale: #808080. Windows color (decimal): -4565053 or 12801978. OLE color: 12801978.

HSL color Cylindrical-coordinate representation of color #BA57C3: hue angle of 295º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA57C3 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18687195-
CMYK0.050.5500.24
HSL295º47.37%55.29%-
HSV(B)295º55.38%76.47%-
XYZ33.5121.253.95-
YUV128.91165.3168.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 87 (34.38% from 255) = 18.59%
BLUE value IS 195 (76.56% from 255) = 41.67%
R=39.74%
G=18.59%
B=41.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186871950.050.5500.2429547.3755.29
HexBA57C35370181272f37
Octal2721273035670304475767
Binary10111010101011111000011101110111011000100100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57C3; }

 p { color: rgb(186,87,195); }

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

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

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

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

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

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

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