#BA4EAF

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

Shades of Fuchsia #BA4EAF

Tints of Fuchsia #BA4EAF

Color information

#BA4EAF (or 0xBA4EAF) is unknown color: approx Fuchsia. HEX triplet: BA, 4E and AF. RGB value is (186,78,175). Sum of RGB (Red+Green+Blue) = 186+78+175=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4EAF is #45B150. Grayscale: #797979. Windows color (decimal): -4567377 or 11488954. OLE color: 11488954.

HSL color Cylindrical-coordinate representation of color #BA4EAF: hue angle of 306.11º 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 #BA4EAF is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18678175-
CMYK00.580.060.27
HSL306.11º43.9%51.76%-
HSV(B)306.11º58.06%72.94%-
XYZ30.7118.9842.6-
YUV121.35158.28174.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 78 (30.86% from 255) = 17.77%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=42.37%
G=17.77%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867817500.580.060.27306.1143.951.76
HexBA4EAF03A61B1322c34
Octal2721162570726334625464
Binary10111010100111010101111011101011011011100110010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4EAF; }

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

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

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

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

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

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

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

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