#BA49B7

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

Shades of Fuchsia #BA49B7

Tints of Fuchsia #BA49B7

Color information

#BA49B7 (or 0xBA49B7) is unknown color: approx Fuchsia. HEX triplet: BA, 49 and B7. RGB value is (186,73,183). Sum of RGB (Red+Green+Blue) = 186+73+183=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49B7 is #45B648. Grayscale: #777777. Windows color (decimal): -4568649 or 12011962. OLE color: 12011962.

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

Color convert

RGB18673183-
CMYK00.610.020.27
HSL301.59º45.02%50.78%-
HSV(B)301.59º60.75%72.94%-
XYZ31.1818.6246.75-
YUV119.33163.94175.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 73 (28.91% from 255) = 16.52%
BLUE value IS 183 (71.88% from 255) = 41.40%
R=42.08%
G=16.52%
B=41.40%

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
Decimal1867318300.610.020.27301.5945.0250.78
HexBA49B703D21B12e2d33
Octal2721112670752334565563
Binary1011101010010011011011101111011011011100101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA49B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA49B7; }

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

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

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

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

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

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

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

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