#BA44B1

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

Shades of Fuchsia #BA44B1

Tints of Fuchsia #BA44B1

Color information

#BA44B1 (or 0xBA44B1) is unknown color: approx Fuchsia. HEX triplet: BA, 44 and B1. RGB value is (186,68,177). Sum of RGB (Red+Green+Blue) = 186+68+177=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA44B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA44B1 is #45BB4E. Grayscale: #737373. Windows color (decimal): -4569935 or 11617466. OLE color: 11617466.

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

Color convert

RGB18668177-
CMYK00.630.050.27
HSL304.58º46.46%49.8%-
HSV(B)304.58º63.44%72.94%-
XYZ30.2517.7543.43-
YUV115.71162.59178.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 68 (26.95% from 255) = 15.78%
BLUE value IS 177 (69.53% from 255) = 41.07%
R=43.16%
G=15.78%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866817700.630.050.27304.5846.4649.8
HexBA44B103F51B1312e32
Octal2721042610775334615662
Binary10111010100010010110001011111110111011100110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA44B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA44B1; }

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

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

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

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

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

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

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

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