#BA46B4

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

Shades of Fuchsia #BA46B4

Tints of Fuchsia #BA46B4

Color information

#BA46B4 (or 0xBA46B4) is unknown color: approx Fuchsia. HEX triplet: BA, 46 and B4. RGB value is (186,70,180). Sum of RGB (Red+Green+Blue) = 186+70+180=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA46B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46B4 is #45B94B. Grayscale: #747474. Windows color (decimal): -4569420 or 11814586. OLE color: 11814586.

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

Color convert

RGB18670180-
CMYK00.620.030.27
HSL303.1º45.67%50.2%-
HSV(B)303.1º62.37%72.94%-
XYZ30.6818.1145.06-
YUV117.22163.43177.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 70 (27.73% from 255) = 16.06%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=42.66%
G=16.06%
B=41.28%

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
Decimal1867018000.620.030.27303.145.6750.2
HexBA46B403E31B12f2e32
Octal2721062640763334575662
Binary1011101010001101011010001111101111011100101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA46B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA46B4; }

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

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

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

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

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

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

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

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