#BA44B8

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

Shades of Fuchsia #BA44B8

Tints of Fuchsia #BA44B8

Color information

#BA44B8 (or 0xBA44B8) is unknown color: approx Fuchsia. HEX triplet: BA, 44 and B8. RGB value is (186,68,184). Sum of RGB (Red+Green+Blue) = 186+68+184=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA44B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44B8 is #45BB47. Grayscale: #747474. Windows color (decimal): -4569928 or 12076218. OLE color: 12076218.

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

Color convert

RGB18668184-
CMYK00.630.010.27
HSL301.02º46.46%49.8%-
HSV(B)301.02º63.44%72.94%-
XYZ30.9718.0347.2-
YUV116.51166.09177.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 68 (26.95% from 255) = 15.53%
BLUE value IS 184 (72.27% from 255) = 42.01%
R=42.47%
G=15.53%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866818400.630.010.27301.0246.4649.8
HexBA44B803F11B12d2e32
Octal2721042700771334555662
Binary101110101000100101110000111111111011100101101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA44B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA44B8; }

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

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

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

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

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

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

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

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