#BA47A5

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

Shades of Fuchsia #BA47A5

Tints of Fuchsia #BA47A5

Color information

#BA47A5 (or 0xBA47A5) is unknown color: approx Fuchsia. HEX triplet: BA, 47 and A5. RGB value is (186,71,165). Sum of RGB (Red+Green+Blue) = 186+71+165=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA47A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA47A5 is #45B85A. Grayscale: #737373. Windows color (decimal): -4569179 or 10831802. OLE color: 10831802.

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

Color convert

RGB18671165-
CMYK00.620.110.27
HSL310.96º45.45%50.39%-
HSV(B)310.96º61.83%72.94%-
XYZ29.2917.6637.46-
YUV116.1155.6177.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 71 (28.12% from 255) = 16.82%
BLUE value IS 165 (64.84% from 255) = 39.10%
R=44.08%
G=16.82%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867116500.620.110.27310.9645.4550.39
HexBA47A503EB1B1372d32
Octal27210724507613334675562
Binary101110101000111101001010111110101111011100110111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA47A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA47A5; }

 p { color: rgb(186,71,165); }

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

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

 a { background-color: rgb(186,71,165); }

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

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

 span { border-color: rgb(186,71,165); }

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