#BA4EC3

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

Shades of Fuchsia #BA4EC3

Tints of Fuchsia #BA4EC3

Color information

#BA4EC3 (or 0xBA4EC3) is unknown color: approx Fuchsia. HEX triplet: BA, 4E and C3. RGB value is (186,78,195). Sum of RGB (Red+Green+Blue) = 186+78+195=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA4EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EC3 is #45B13C. Grayscale: #7B7B7B. Windows color (decimal): -4567357 or 12799674. OLE color: 12799674.

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

Color convert

RGB18678195-
CMYK0.050.600.24
HSL295.38º49.37%53.53%-
HSV(B)295.38º60%76.47%-
XYZ32.8219.8353.73-
YUV123.63168.28172.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 78 (30.86% from 255) = 16.99%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=40.52%
G=16.99%
B=42.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186781950.050.600.24295.3849.3753.53
HexBA4EC353C0181273136
Octal2721163035740304476166
Binary10111010100111011000011101111100011000100100111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4EC3; }

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

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

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

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

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

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

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

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