#BA49B6

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

Shades of Fuchsia #BA49B6

Tints of Fuchsia #BA49B6

Color information

#BA49B6 (or 0xBA49B6) is unknown color: approx Fuchsia. HEX triplet: BA, 49 and B6. RGB value is (186,73,182). Sum of RGB (Red+Green+Blue) = 186+73+182=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49B6 is #45B649. Grayscale: #767676. Windows color (decimal): -4568650 or 11946426. OLE color: 11946426.

HSL color Cylindrical-coordinate representation of color #BA49B6: hue angle of 302.12º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA49B6 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18673182-
CMYK00.610.020.27
HSL302.12º45.02%50.78%-
HSV(B)302.12º60.75%72.94%-
XYZ31.0818.5846.2-
YUV119.21163.44175.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 73 (28.91% from 255) = 16.55%
BLUE value IS 182 (71.48% from 255) = 41.27%
R=42.18%
G=16.55%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867318200.610.020.27302.1245.0250.78
HexBA49B603D21B12e2d33
Octal2721112660752334565563
Binary1011101010010011011011001111011011011100101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA49B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA49B6; }

 p { color: rgb(186,73,182); }

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

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

 a { background-color: rgb(186,73,182); }

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

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

 span { border-color: rgb(186,73,182); }

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