#BA68AC

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

Shades of Fuchsia #BA68AC

Tints of Fuchsia #BA68AC

Color information

#BA68AC (or 0xBA68AC) is unknown color: approx Fuchsia. HEX triplet: BA, 68 and AC. RGB value is (186,104,172). Sum of RGB (Red+Green+Blue) = 186+104+172=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68AC is #459753. Grayscale: #888888. Windows color (decimal): -4560724 or 11299002. OLE color: 11299002.

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

Color convert

RGB186104172-
CMYK00.440.080.27
HSL310.24º37.27%56.86%-
HSV(B)310.24º44.09%72.94%-
XYZ32.6523.3241.81-
YUV136.27148.17163.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=40.26%
G=22.51%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610417200.440.080.27310.2437.2756.86
HexBA68AC02C81B1362539
Octal27215025405410334664571
Binary101110101101000101011000101100100011011100110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68AC; }

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

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

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

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

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

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

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

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