#BA48AB

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

Shades of Fuchsia #BA48AB

Tints of Fuchsia #BA48AB

Color information

#BA48AB (or 0xBA48AB) is unknown color: approx Fuchsia. HEX triplet: BA, 48 and AB. RGB value is (186,72,171). Sum of RGB (Red+Green+Blue) = 186+72+171=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48AB is #45B754. Grayscale: #757575. Windows color (decimal): -4568917 or 11225274. OLE color: 11225274.

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

Color convert

RGB18672171-
CMYK00.610.080.27
HSL307.89º45.24%50.59%-
HSV(B)307.89º61.29%72.94%-
XYZ29.9218.0140.43-
YUV117.37158.27176.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 72 (28.52% from 255) = 16.78%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=43.36%
G=16.78%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867217100.610.080.27307.8945.2450.59
HexBA48AB03D81B1342d33
Octal27211025307510334645563
Binary101110101001000101010110111101100011011100110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA48AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA48AB; }

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

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

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

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

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

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

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

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