#BA44B4

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

Shades of Fuchsia #BA44B4

Tints of Fuchsia #BA44B4

Color information

#BA44B4 (or 0xBA44B4) is unknown color: approx Fuchsia. HEX triplet: BA, 44 and B4. RGB value is (186,68,180). Sum of RGB (Red+Green+Blue) = 186+68+180=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA44B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44B4 is #45BB4B. Grayscale: #737373. Windows color (decimal): -4569932 or 11814074. OLE color: 11814074.

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

Color convert

RGB18668180-
CMYK00.630.030.27
HSL303.05º46.46%49.8%-
HSV(B)303.05º63.44%72.94%-
XYZ30.5617.8745.02-
YUV116.05164.09177.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 68 (26.95% from 255) = 15.67%
BLUE value IS 180 (70.70% from 255) = 41.47%
R=42.86%
G=15.67%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866818000.630.030.27303.0546.4649.8
HexBA44B403F31B12f2e32
Octal2721042640773334575662
Binary1011101010001001011010001111111111011100101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA44B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA44B4; }

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

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

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

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

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

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

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

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