#BA2AB2

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

Shades of Fuchsia #BA2AB2

Tints of Fuchsia #BA2AB2

Color information

#BA2AB2 (or 0xBA2AB2) is unknown color: approx Fuchsia. HEX triplet: BA, 2A and B2. RGB value is (186,42,178). Sum of RGB (Red+Green+Blue) = 186+42+178=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2AB2 is #45D54D. Grayscale: #646464. Windows color (decimal): -4576590 or 11676346. OLE color: 11676346.

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

Color convert

RGB18642178-
CMYK00.770.040.27
HSL303.33º63.16%44.71%-
HSV(B)303.33º77.42%72.94%-
XYZ29.1115.3143.54-
YUV100.56171.71188.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 42 (16.80% from 255) = 10.34%
BLUE value IS 178 (69.92% from 255) = 43.84%
R=45.81%
G=10.34%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864217800.770.040.27303.3363.1644.71
HexBA2AB204D41B12f3f2d
Octal2725226201154334577755
Binary10111010101010101100100100110110011011100101111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2AB2; }

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

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

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

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

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

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

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

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