#BA65AE

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

Shades of Fuchsia #BA65AE

Tints of Fuchsia #BA65AE

Color information

#BA65AE (or 0xBA65AE) is unknown color: approx Fuchsia. HEX triplet: BA, 65 and AE. RGB value is (186,101,174). Sum of RGB (Red+Green+Blue) = 186+101+174=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA65AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA65AE is #459A51. Grayscale: #868686. Windows color (decimal): -4561490 or 11429306. OLE color: 11429306.

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

Color convert

RGB186101174-
CMYK00.460.060.27
HSL308.47º38.12%56.27%-
HSV(B)308.47º45.7%72.94%-
XYZ32.5422.842.73-
YUV134.74150.16164.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 101 (39.84% from 255) = 21.91%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=40.35%
G=21.91%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610117400.460.060.27308.4738.1256.27
HexBA65AE02E61B1342638
Octal2721452560566334644670
Binary10111010110010110101110010111011011011100110100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65AE; }

 p { color: rgb(186,101,174); }

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

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

 a { background-color: rgb(186,101,174); }

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

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

 span { border-color: rgb(186,101,174); }

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