#BA48B0

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

Shades of Fuchsia #BA48B0

Tints of Fuchsia #BA48B0

Color information

#BA48B0 (or 0xBA48B0) is unknown color: approx Fuchsia. HEX triplet: BA, 48 and B0. RGB value is (186,72,176). Sum of RGB (Red+Green+Blue) = 186+72+176=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48B0 is #45B74F. Grayscale: #757575. Windows color (decimal): -4568912 or 11552954. OLE color: 11552954.

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

Color convert

RGB18672176-
CMYK00.610.050.27
HSL305.26º45.24%50.59%-
HSV(B)305.26º61.29%72.94%-
XYZ30.418.2142.99-
YUV117.94160.77176.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 72 (28.52% from 255) = 16.59%
BLUE value IS 176 (69.14% from 255) = 40.55%
R=42.86%
G=16.59%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867217600.610.050.27305.2645.2450.59
HexBA48B003D51B1312d33
Octal2721102600755334615563
Binary10111010100100010110000011110110111011100110001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA48B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA48B0; }

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

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

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

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

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

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

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

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