#BA4AC3

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

Shades of Fuchsia #BA4AC3

Tints of Fuchsia #BA4AC3

Color information

#BA4AC3 (or 0xBA4AC3) is unknown color: approx Fuchsia. HEX triplet: BA, 4A and C3. RGB value is (186,74,195). Sum of RGB (Red+Green+Blue) = 186+74+195=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA4AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AC3 is #45B53C. Grayscale: #787878. Windows color (decimal): -4568381 or 12798650. OLE color: 12798650.

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

Color convert

RGB18674195-
CMYK0.050.6200.24
HSL295.54º50.21%52.75%-
HSV(B)295.54º62.05%76.47%-
XYZ32.5519.2853.64-
YUV121.28169.61174.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 195 (76.56% from 255) = 42.86%
R=40.88%
G=16.26%
B=42.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186741950.050.6200.24295.5450.2152.75
HexBA4AC353E0181283235
Octal2721123035760304506265
Binary10111010100101011000011101111110011000100101000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4AC3; }

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

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

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

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

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

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

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

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