#BA66AB

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

Shades of Fuchsia #BA66AB

Tints of Fuchsia #BA66AB

Color information

#BA66AB (or 0xBA66AB) is unknown color: approx Fuchsia. HEX triplet: BA, 66 and AB. RGB value is (186,102,171). Sum of RGB (Red+Green+Blue) = 186+102+171=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA66AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA66AB is #459954. Grayscale: #868686. Windows color (decimal): -4561237 or 11232954. OLE color: 11232954.

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

Color convert

RGB186102171-
CMYK00.450.080.27
HSL310.71º37.84%56.47%-
HSV(B)310.71º45.16%72.94%-
XYZ32.3522.8841.24-
YUV134.98148.33164.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=40.52%
G=22.22%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610217100.450.080.27310.7137.8456.47
HexBA66AB02D81B1372638
Octal27214625305510334674670
Binary101110101100110101010110101101100011011100110111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66AB; }

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

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

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

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

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

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

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

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