#BA46A8

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

Shades of Fuchsia #BA46A8

Tints of Fuchsia #BA46A8

Color information

#BA46A8 (or 0xBA46A8) is unknown color: approx Fuchsia. HEX triplet: BA, 46 and A8. RGB value is (186,70,168). Sum of RGB (Red+Green+Blue) = 186+70+168=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA46A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA46A8 is #45B957. Grayscale: #737373. Windows color (decimal): -4569432 or 11028154. OLE color: 11028154.

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

Color convert

RGB18670168-
CMYK00.620.100.27
HSL309.31º45.67%50.2%-
HSV(B)309.31º62.37%72.94%-
XYZ29.5117.6538.9-
YUV115.86157.43178.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 70 (27.73% from 255) = 16.51%
BLUE value IS 168 (66.02% from 255) = 39.62%
R=43.87%
G=16.51%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867016800.620.100.27309.3145.6750.2
HexBA46A803EA1B1352e32
Octal27210625007612334655662
Binary101110101000110101010000111110101011011100110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA46A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA46A8; }

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

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

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

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

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

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

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

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