#BA66AE

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

Shades of Fuchsia #BA66AE

Tints of Fuchsia #BA66AE

Color information

#BA66AE (or 0xBA66AE) is unknown color: approx Fuchsia. HEX triplet: BA, 66 and AE. RGB value is (186,102,174). Sum of RGB (Red+Green+Blue) = 186+102+174=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA66AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA66AE is #459951. Grayscale: #878787. Windows color (decimal): -4561234 or 11429562. OLE color: 11429562.

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

Color convert

RGB186102174-
CMYK00.450.060.27
HSL308.57º37.84%56.47%-
HSV(B)308.57º45.16%72.94%-
XYZ32.642342.76-
YUV135.32149.83164.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 102 (40.23% from 255) = 22.08%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=40.26%
G=22.08%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610217400.450.060.27308.5737.8456.47
HexBA66AE02D61B1352638
Octal2721462560556334654670
Binary10111010110011010101110010110111011011100110101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66AE; }

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

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

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

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

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

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

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

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