#BA57C7

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

Shades of Fuchsia #BA57C7

Tints of Fuchsia #BA57C7

Color information

#BA57C7 (or 0xBA57C7) is unknown color: approx Fuchsia. HEX triplet: BA, 57 and C7. RGB value is (186,87,199). Sum of RGB (Red+Green+Blue) = 186+87+199=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA57C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57C7 is #45A838. Grayscale: #818181. Windows color (decimal): -4565049 or 13064122. OLE color: 13064122.

HSL color Cylindrical-coordinate representation of color #BA57C7: hue angle of 293.04º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA57C7 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18687199-
CMYK0.070.5600.22
HSL293.04º50%56.08%-
HSV(B)293.04º56.28%78.04%-
XYZ33.9721.3856.37-
YUV129.37167.3168.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 87 (34.38% from 255) = 18.43%
BLUE value IS 199 (78.12% from 255) = 42.16%
R=39.41%
G=18.43%
B=42.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186871990.070.5600.22293.045056.08
HexBA57C77380161253238
Octal2721273077700264456270
Binary10111010101011111000111111111000010110100100101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57C7; }

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

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

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

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

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

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

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

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