#BA46A7

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

Shades of Fuchsia #BA46A7

Tints of Fuchsia #BA46A7

Color information

#BA46A7 (or 0xBA46A7) is unknown color: approx Fuchsia. HEX triplet: BA, 46 and A7. RGB value is (186,70,167). Sum of RGB (Red+Green+Blue) = 186+70+167=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA46A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA46A7 is #45B958. Grayscale: #737373. Windows color (decimal): -4569433 or 10962618. OLE color: 10962618.

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

Color convert

RGB18670167-
CMYK00.620.100.27
HSL309.83º45.67%50.2%-
HSV(B)309.83º62.37%72.94%-
XYZ29.4117.6138.41-
YUV115.74156.93178.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 70 (27.73% from 255) = 16.55%
BLUE value IS 167 (65.62% from 255) = 39.48%
R=43.97%
G=16.55%
B=39.48%

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
Decimal1867016700.620.100.27309.8345.6750.2
HexBA46A703EA1B1362e32
Octal27210624707612334665662
Binary101110101000110101001110111110101011011100110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA46A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA46A7; }

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

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

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

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

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

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

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

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