#BA44BA

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

Shades of Fuchsia #BA44BA

Tints of Fuchsia #BA44BA

Color information

#BA44BA (or 0xBA44BA) is unknown color: approx Fuchsia. HEX triplet: BA, 44 and BA. RGB value is (186,68,186). Sum of RGB (Red+Green+Blue) = 186+68+186=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA44BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44BA is #45BB45. Grayscale: #747474. Windows color (decimal): -4569926 or 12207290. OLE color: 12207290.

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

Color convert

RGB18668186-
CMYK00.6300.27
HSL300º46.46%49.8%-
HSV(B)300º63.44%72.94%-
XYZ31.1818.1248.31-
YUV116.73167.09177.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 68 (26.95% from 255) = 15.45%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=42.27%
G=15.45%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866818600.6300.2730046.4649.8
HexBA44BA03F01B12c2e32
Octal2721042720770334545662
Binary101110101000100101110100111111011011100101100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA44BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA44BA; }

 p { color: rgb(186,68,186); }

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

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

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

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

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

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

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