#BA4AAB

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

Shades of Fuchsia #BA4AAB

Tints of Fuchsia #BA4AAB

Color information

#BA4AAB (or 0xBA4AAB) is unknown color: approx Fuchsia. HEX triplet: BA, 4A and AB. RGB value is (186,74,171). Sum of RGB (Red+Green+Blue) = 186+74+171=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AAB is #45B554. Grayscale: #767676. Windows color (decimal): -4568405 or 11225786. OLE color: 11225786.

HSL color Cylindrical-coordinate representation of color #BA4AAB: hue angle of 308.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4AAB is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18674171-
CMYK00.600.080.27
HSL308.04º44.8%50.98%-
HSV(B)308.04º60.22%72.94%-
XYZ30.0518.2840.47-
YUV118.55157.61176.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=43.16%
G=17.17%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867417100.600.080.27308.0444.850.98
HexBA4AAB03C81B1342d33
Octal27211225307410334645563
Binary101110101001010101010110111100100011011100110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4AAB; }

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

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

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

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

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

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

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

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