#BA37AA

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

Shades of Fuchsia #BA37AA

Tints of Fuchsia #BA37AA

Color information

#BA37AA (or 0xBA37AA) is unknown color: approx Fuchsia. HEX triplet: BA, 37 and AA. RGB value is (186,55,170). Sum of RGB (Red+Green+Blue) = 186+55+170=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA37AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA37AA is #45C855. Grayscale: #6A6A6A. Windows color (decimal): -4573270 or 11155386. OLE color: 11155386.

HSL color Cylindrical-coordinate representation of color #BA37AA: hue angle of 307.33º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA37AA is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18655170-
CMYK00.700.090.27
HSL307.33º54.36%47.25%-
HSV(B)307.33º70.43%72.94%-
XYZ28.8716.0739.61-
YUV107.28163.4184.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 55 (21.88% from 255) = 13.38%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=45.26%
G=13.38%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865517000.700.090.27307.3354.3647.25
HexBA37AA04691B133362f
Octal27267252010611334636657
Binary101110101101111010101001000110100111011100110011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA37AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA37AA; }

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

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

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

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

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

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

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

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