#BA4BA9

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

Shades of Fuchsia #BA4BA9

Tints of Fuchsia #BA4BA9

Color information

#BA4BA9 (or 0xBA4BA9) is unknown color: approx Fuchsia. HEX triplet: BA, 4B and A9. RGB value is (186,75,169). Sum of RGB (Red+Green+Blue) = 186+75+169=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BA9 is #45B456. Grayscale: #767676. Windows color (decimal): -4568151 or 11094970. OLE color: 11094970.

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

Color convert

RGB18675169-
CMYK00.600.090.27
HSL309.19º44.58%51.18%-
HSV(B)309.19º59.68%72.94%-
XYZ29.9318.3439.5-
YUV118.9156.27175.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 75 (29.69% from 255) = 17.44%
BLUE value IS 169 (66.41% from 255) = 39.30%
R=43.26%
G=17.44%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867516900.600.090.27309.1944.5851.18
HexBA4BA903C91B1352d33
Octal27211325107411334655563
Binary101110101001011101010010111100100111011100110101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4BA9; }

 p { color: rgb(186,75,169); }

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

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

 a { background-color: rgb(186,75,169); }

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

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

 span { border-color: rgb(186,75,169); }

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