#BA6EAF

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

Shades of Fuchsia #BA6EAF

Tints of Fuchsia #BA6EAF

Color information

#BA6EAF (or 0xBA6EAF) is unknown color: approx Fuchsia. HEX triplet: BA, 6E and AF. RGB value is (186,110,175). Sum of RGB (Red+Green+Blue) = 186+110+175=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6EAF is #459150. Grayscale: #8B8B8B. Windows color (decimal): -4559185 or 11497146. OLE color: 11497146.

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

Color convert

RGB186110175-
CMYK00.410.060.27
HSL308.68º35.51%58.04%-
HSV(B)308.68º40.86%72.94%-
XYZ33.5624.6943.55-
YUV140.13147.68160.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 110 (43.36% from 255) = 23.35%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=39.49%
G=23.35%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611017500.410.060.27308.6835.5158.04
HexBA6EAF02961B135243a
Octal2721562570516334654472
Binary10111010110111010101111010100111011011100110101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EAF; }

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

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

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

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

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

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

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

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