#BA48AA

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

Shades of Fuchsia #BA48AA

Tints of Fuchsia #BA48AA

Color information

#BA48AA (or 0xBA48AA) is unknown color: approx Fuchsia. HEX triplet: BA, 48 and AA. RGB value is (186,72,170). Sum of RGB (Red+Green+Blue) = 186+72+170=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48AA is #45B755. Grayscale: #747474. Windows color (decimal): -4568918 or 11159738. OLE color: 11159738.

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

Color convert

RGB18672170-
CMYK00.610.090.27
HSL308.42º45.24%50.59%-
HSV(B)308.42º61.29%72.94%-
XYZ29.8217.9839.93-
YUV117.26157.77177.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 72 (28.52% from 255) = 16.82%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=43.46%
G=16.82%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867217000.610.090.27308.4245.2450.59
HexBA48AA03D91B1342d33
Octal27211025207511334645563
Binary101110101001000101010100111101100111011100110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA48AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA48AA; }

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

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

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

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

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

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

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

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