#BA4EBF

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

Shades of Fuchsia #BA4EBF

Tints of Fuchsia #BA4EBF

Color information

#BA4EBF (or 0xBA4EBF) is unknown color: approx Fuchsia. HEX triplet: BA, 4E and BF. RGB value is (186,78,191). Sum of RGB (Red+Green+Blue) = 186+78+191=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA4EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EBF is #45B140. Grayscale: #7A7A7A. Windows color (decimal): -4567361 or 12537530. OLE color: 12537530.

HSL color Cylindrical-coordinate representation of color #BA4EBF: hue angle of 297.35º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4EBF is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18678191-
CMYK0.030.5900.25
HSL297.35º46.89%52.75%-
HSV(B)297.35º59.16%74.9%-
XYZ32.3819.6551.38-
YUV123.17166.28172.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 78 (30.86% from 255) = 17.14%
BLUE value IS 191 (75% from 255) = 41.98%
R=40.88%
G=17.14%
B=41.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186781910.030.5900.25297.3546.8952.75
HexBA4EBF33B0191292f35
Octal2721162773730314515765
Binary1011101010011101011111111111011011001100101001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4EBF; }

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

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

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

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

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

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

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

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