#BA44B5

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

Shades of Fuchsia #BA44B5

Tints of Fuchsia #BA44B5

Color information

#BA44B5 (or 0xBA44B5) is unknown color: approx Fuchsia. HEX triplet: BA, 44 and B5. RGB value is (186,68,181). Sum of RGB (Red+Green+Blue) = 186+68+181=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA44B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44B5 is #45BB4A. Grayscale: #737373. Windows color (decimal): -4569931 or 11879610. OLE color: 11879610.

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

Color convert

RGB18668181-
CMYK00.630.030.27
HSL302.54º46.46%49.8%-
HSV(B)302.54º63.44%72.94%-
XYZ30.6617.9145.56-
YUV116.16164.59177.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 68 (26.95% from 255) = 15.63%
BLUE value IS 181 (71.09% from 255) = 41.61%
R=42.76%
G=15.63%
B=41.61%

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
Decimal1866818100.630.030.27302.5446.4649.8
HexBA44B503F31B12f2e32
Octal2721042650773334575662
Binary1011101010001001011010101111111111011100101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA44B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA44B5; }

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

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

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

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

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

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

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

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