#BA68AE

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

Shades of Fuchsia #BA68AE

Tints of Fuchsia #BA68AE

Color information

#BA68AE (or 0xBA68AE) is unknown color: approx Fuchsia. HEX triplet: BA, 68 and AE. RGB value is (186,104,174). Sum of RGB (Red+Green+Blue) = 186+104+174=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68AE is #459751. Grayscale: #888888. Windows color (decimal): -4560722 or 11430074. OLE color: 11430074.

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

Color convert

RGB186104174-
CMYK00.440.060.27
HSL308.78º37.27%56.86%-
HSV(B)308.78º44.09%72.94%-
XYZ32.8423.442.83-
YUV136.5149.17163.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 104 (41.02% from 255) = 22.41%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=40.09%
G=22.41%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610417400.440.060.27308.7837.2756.86
HexBA68AE02C61B1352539
Octal2721502560546334654571
Binary10111010110100010101110010110011011011100110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68AE; }

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

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

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

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

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

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

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

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