#BA31AA

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

Shades of Fuchsia #BA31AA

Tints of Fuchsia #BA31AA

Color information

#BA31AA (or 0xBA31AA) is unknown color: approx Fuchsia. HEX triplet: BA, 31 and AA. RGB value is (186,49,170). Sum of RGB (Red+Green+Blue) = 186+49+170=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA31AA is #45CE55. Grayscale: #676767. Windows color (decimal): -4574806 or 11153850. OLE color: 11153850.

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

Color convert

RGB18649170-
CMYK00.740.090.27
HSL307.01º58.3%46.08%-
HSV(B)307.01º73.66%72.94%-
XYZ28.615.5439.52-
YUV103.76165.39186.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 49 (19.53% from 255) = 12.10%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=45.93%
G=12.10%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864917000.740.090.27307.0158.346.08
HexBA31AA04A91B1333a2e
Octal27261252011211334637256
Binary101110101100011010101001001010100111011100110011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA31AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA31AA; }

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

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

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

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

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

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

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

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