#BA37A8

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

Shades of Fuchsia #BA37A8

Tints of Fuchsia #BA37A8

Color information

#BA37A8 (or 0xBA37A8) is unknown color: approx Fuchsia. HEX triplet: BA, 37 and A8. RGB value is (186,55,168). Sum of RGB (Red+Green+Blue) = 186+55+168=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA37A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA37A8 is #45C857. Grayscale: #6A6A6A. Windows color (decimal): -4573272 or 11024314. OLE color: 11024314.

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

Color convert

RGB18655168-
CMYK00.700.100.27
HSL308.24º54.36%47.25%-
HSV(B)308.24º70.43%72.94%-
XYZ28.681638.62-
YUV107.05162.4184.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 55 (21.88% from 255) = 13.45%
BLUE value IS 168 (66.02% from 255) = 41.08%
R=45.48%
G=13.45%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865516800.700.100.27308.2454.3647.25
HexBA37A8046A1B134362f
Octal27267250010612334646657
Binary101110101101111010100001000110101011011100110100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA37A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA37A8; }

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

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

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

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

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

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

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

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