#BA2AB1

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

Shades of Fuchsia #BA2AB1

Tints of Fuchsia #BA2AB1

Color information

#BA2AB1 (or 0xBA2AB1) is unknown color: approx Fuchsia. HEX triplet: BA, 2A and B1. RGB value is (186,42,177). Sum of RGB (Red+Green+Blue) = 186+42+177=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2AB1 is #45D54E. Grayscale: #646464. Windows color (decimal): -4576591 or 11610810. OLE color: 11610810.

HSL color Cylindrical-coordinate representation of color #BA2AB1: hue angle of 303.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2AB1 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18642177-
CMYK00.770.050.27
HSL303.75º63.16%44.71%-
HSV(B)303.75º77.42%72.94%-
XYZ29.0115.2743.01-
YUV100.45171.21189.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 42 (16.80% from 255) = 10.37%
BLUE value IS 177 (69.53% from 255) = 43.70%
R=45.93%
G=10.37%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864217700.770.050.27303.7563.1644.71
HexBA2AB104D51B1303f2d
Octal2725226101155334607755
Binary10111010101010101100010100110110111011100110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2AB1; }

 p { color: rgb(186,42,177); }

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

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

 a { background-color: rgb(186,42,177); }

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

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

 span { border-color: rgb(186,42,177); }

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