#BA68AB

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

Shades of Fuchsia #BA68AB

Tints of Fuchsia #BA68AB

Color information

#BA68AB (or 0xBA68AB) is unknown color: approx Fuchsia. HEX triplet: BA, 68 and AB. RGB value is (186,104,171). Sum of RGB (Red+Green+Blue) = 186+104+171=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68AB is #459754. Grayscale: #878787. Windows color (decimal): -4560725 or 11233466. OLE color: 11233466.

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

Color convert

RGB186104171-
CMYK00.440.080.27
HSL310.98º37.27%56.86%-
HSV(B)310.98º44.09%72.94%-
XYZ32.5523.2841.31-
YUV136.16147.67163.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=40.35%
G=22.56%
B=37.09%

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
Decimal18610417100.440.080.27310.9837.2756.86
HexBA68AB02C81B1372539
Octal27215025305410334674571
Binary101110101101000101010110101100100011011100110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68AB; }

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

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

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

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

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

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

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

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