#BA4EB6

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

Shades of Fuchsia #BA4EB6

Tints of Fuchsia #BA4EB6

Color information

#BA4EB6 (or 0xBA4EB6) is unknown color: approx Fuchsia. HEX triplet: BA, 4E and B6. RGB value is (186,78,182). Sum of RGB (Red+Green+Blue) = 186+78+182=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EB6 is #45B149. Grayscale: #797979. Windows color (decimal): -4567370 or 11947706. OLE color: 11947706.

HSL color Cylindrical-coordinate representation of color #BA4EB6: hue angle of 302.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4EB6 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18678182-
CMYK00.580.020.27
HSL302.22º43.9%51.76%-
HSV(B)302.22º58.06%72.94%-
XYZ31.4219.2746.32-
YUV122.15161.78173.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 78 (30.86% from 255) = 17.49%
BLUE value IS 182 (71.48% from 255) = 40.81%
R=41.70%
G=17.49%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867818200.580.020.27302.2243.951.76
HexBA4EB603A21B12e2c34
Octal2721162660722334565464
Binary1011101010011101011011001110101011011100101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4EB6; }

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

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

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

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

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

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

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

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