#BA4AB5

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

Shades of Fuchsia #BA4AB5

Tints of Fuchsia #BA4AB5

Color information

#BA4AB5 (or 0xBA4AB5) is unknown color: approx Fuchsia. HEX triplet: BA, 4A and B5. RGB value is (186,74,181). Sum of RGB (Red+Green+Blue) = 186+74+181=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AB5 is #45B54A. Grayscale: #777777. Windows color (decimal): -4568395 or 11881146. OLE color: 11881146.

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

Color convert

RGB18674181-
CMYK00.600.030.27
HSL302.68º44.8%50.98%-
HSV(B)302.68º60.22%72.94%-
XYZ31.0418.6745.68-
YUV119.69162.61175.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 74 (29.30% from 255) = 16.78%
BLUE value IS 181 (71.09% from 255) = 41.04%
R=42.18%
G=16.78%
B=41.04%

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
Decimal1867418100.600.030.27302.6844.850.98
HexBA4AB503C31B12f2d33
Octal2721122650743334575563
Binary1011101010010101011010101111001111011100101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4AB5; }

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

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

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

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

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

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

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

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