#BA46B5

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

Shades of Fuchsia #BA46B5

Tints of Fuchsia #BA46B5

Color information

#BA46B5 (or 0xBA46B5) is unknown color: approx Fuchsia. HEX triplet: BA, 46 and B5. RGB value is (186,70,181). Sum of RGB (Red+Green+Blue) = 186+70+181=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA46B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46B5 is #45B94A. Grayscale: #757575. Windows color (decimal): -4569419 or 11880122. OLE color: 11880122.

HSL color Cylindrical-coordinate representation of color #BA46B5: hue angle of 302.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA46B5 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18670181-
CMYK00.620.030.27
HSL302.59º45.67%50.2%-
HSV(B)302.59º62.37%72.94%-
XYZ30.7818.1645.6-
YUV117.34163.93176.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 70 (27.73% from 255) = 16.02%
BLUE value IS 181 (71.09% from 255) = 41.42%
R=42.56%
G=16.02%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867018100.620.030.27302.5945.6750.2
HexBA46B503E31B12f2e32
Octal2721062650763334575662
Binary1011101010001101011010101111101111011100101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA46B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA46B5; }

 p { color: rgb(186,70,181); }

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

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

 a { background-color: rgb(186,70,181); }

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

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

 span { border-color: rgb(186,70,181); }

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