#BA48AE

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

Shades of Fuchsia #BA48AE

Tints of Fuchsia #BA48AE

Color information

#BA48AE (or 0xBA48AE) is unknown color: approx Fuchsia. HEX triplet: BA, 48 and AE. RGB value is (186,72,174). Sum of RGB (Red+Green+Blue) = 186+72+174=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48AE is #45B751. Grayscale: #757575. Windows color (decimal): -4568914 or 11421882. OLE color: 11421882.

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

Color convert

RGB18672174-
CMYK00.610.060.27
HSL306.32º45.24%50.59%-
HSV(B)306.32º61.29%72.94%-
XYZ30.2118.1341.95-
YUV117.71159.77176.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 72 (28.52% from 255) = 16.67%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=43.06%
G=16.67%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867217400.610.060.27306.3245.2450.59
HexBA48AE03D61B1322d33
Octal2721102560756334625563
Binary10111010100100010101110011110111011011100110010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA48AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA48AE; }

 p { color: rgb(186,72,174); }

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

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

 a { background-color: rgb(186,72,174); }

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

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

 span { border-color: rgb(186,72,174); }

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