#B44EAE

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

Shades of Fuchsia #B44EAE

Tints of Fuchsia #B44EAE

Color information

#B44EAE (or 0xB44EAE) is unknown color: approx Fuchsia. HEX triplet: B4, 4E and AE. RGB value is (180,78,174). Sum of RGB (Red+Green+Blue) = 180+78+174=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B44EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44EAE is #4BB151. Grayscale: #777777. Windows color (decimal): -4960594 or 11423412. OLE color: 11423412.

HSL color Cylindrical-coordinate representation of color #B44EAE: hue angle of 303.53º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44EAE is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18078174-
CMYK00.570.030.29
HSL303.53º40.48%50.59%-
HSV(B)303.53º56.67%70.59%-
XYZ29.1918.2142.02-
YUV119.44158.79171.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 78 (30.86% from 255) = 18.06%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=41.67%
G=18.06%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807817400.570.030.29303.5340.4850.59
HexB44EAE03931D1302833
Octal2641162560713354605063
Binary1011010010011101010111001110011111101100110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44EAE; }

 p { color: rgb(180,78,174); }

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

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

 a { background-color: rgb(180,78,174); }

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

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

 span { border-color: rgb(180,78,174); }

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