#BA4EC7

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

Shades of Fuchsia #BA4EC7

Tints of Fuchsia #BA4EC7

Color information

#BA4EC7 (or 0xBA4EC7) is unknown color: approx Fuchsia. HEX triplet: BA, 4E and C7. RGB value is (186,78,199). Sum of RGB (Red+Green+Blue) = 186+78+199=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA4EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EC7 is #45B138. Grayscale: #7B7B7B. Windows color (decimal): -4567353 or 13061818. OLE color: 13061818.

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

Color convert

RGB18678199-
CMYK0.070.6100.22
HSL293.55º51.93%54.31%-
HSV(B)293.55º60.8%78.04%-
XYZ33.2820.0156.14-
YUV124.09170.28172.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 78 (30.86% from 255) = 16.85%
BLUE value IS 199 (78.12% from 255) = 42.98%
R=40.17%
G=16.85%
B=42.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186781990.070.6100.22293.5551.9354.31
HexBA4EC773D0161263436
Octal2721163077750264466466
Binary10111010100111011000111111111101010110100100110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4EC7; }

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

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

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

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

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

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

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

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