#BA4AB4

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

Shades of Fuchsia #BA4AB4

Tints of Fuchsia #BA4AB4

Color information

#BA4AB4 (or 0xBA4AB4) is unknown color: approx Fuchsia. HEX triplet: BA, 4A and B4. RGB value is (186,74,180). Sum of RGB (Red+Green+Blue) = 186+74+180=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AB4 is #45B54B. Grayscale: #777777. Windows color (decimal): -4568396 or 11815610. OLE color: 11815610.

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

Color convert

RGB18674180-
CMYK00.600.030.27
HSL303.21º44.8%50.98%-
HSV(B)303.21º60.22%72.94%-
XYZ30.9418.6345.15-
YUV119.57162.11175.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 74 (29.30% from 255) = 16.82%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=42.27%
G=16.82%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867418000.600.030.27303.2144.850.98
HexBA4AB403C31B12f2d33
Octal2721122640743334575563
Binary1011101010010101011010001111001111011100101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4AB4; }

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

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

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

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

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

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

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

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