#BA31AB

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

Shades of Fuchsia #BA31AB

Tints of Fuchsia #BA31AB

Color information

#BA31AB (or 0xBA31AB) is unknown color: approx Fuchsia. HEX triplet: BA, 31 and AB. RGB value is (186,49,171). Sum of RGB (Red+Green+Blue) = 186+49+171=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA31AB is #45CE54. Grayscale: #676767. Windows color (decimal): -4574805 or 11219386. OLE color: 11219386.

HSL color Cylindrical-coordinate representation of color #BA31AB: hue angle of 306.57º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA31AB is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18649171-
CMYK00.740.080.27
HSL306.57º58.3%46.08%-
HSV(B)306.57º73.66%72.94%-
XYZ28.715.5840.02-
YUV103.87165.89186.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 49 (19.53% from 255) = 12.07%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=45.81%
G=12.07%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864917100.740.080.27306.5758.346.08
HexBA31AB04A81B1333a2e
Octal27261253011210334637256
Binary101110101100011010101101001010100011011100110011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA31AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA31AB; }

 p { color: rgb(186,49,171); }

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

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

 a { background-color: rgb(186,49,171); }

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

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

 span { border-color: rgb(186,49,171); }

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