#BA44B7

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

Shades of Fuchsia #BA44B7

Tints of Fuchsia #BA44B7

Color information

#BA44B7 (or 0xBA44B7) is unknown color: approx Fuchsia. HEX triplet: BA, 44 and B7. RGB value is (186,68,183). Sum of RGB (Red+Green+Blue) = 186+68+183=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA44B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44B7 is #45BB48. Grayscale: #747474. Windows color (decimal): -4569929 or 12010682. OLE color: 12010682.

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

Color convert

RGB18668183-
CMYK00.630.020.27
HSL301.53º46.46%49.8%-
HSV(B)301.53º63.44%72.94%-
XYZ30.8617.9946.65-
YUV116.39165.59177.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 68 (26.95% from 255) = 15.56%
BLUE value IS 183 (71.88% from 255) = 41.88%
R=42.56%
G=15.56%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866818300.630.020.27301.5346.4649.8
HexBA44B703F21B12e2e32
Octal2721042670772334565662
Binary1011101010001001011011101111111011011100101110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA44B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA44B7; }

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

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

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

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

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

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

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

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