#B44AAE

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

Shades of Fuchsia #B44AAE

Tints of Fuchsia #B44AAE

Color information

#B44AAE (or 0xB44AAE) is unknown color: approx Fuchsia. HEX triplet: B4, 4A and AE. RGB value is (180,74,174). Sum of RGB (Red+Green+Blue) = 180+74+174=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B44AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44AAE is #4BB551. Grayscale: #747474. Windows color (decimal): -4961618 or 11422388. OLE color: 11422388.

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

Color convert

RGB18074174-
CMYK00.590.030.29
HSL303.4º41.73%49.8%-
HSV(B)303.4º58.89%70.59%-
XYZ28.9117.6641.93-
YUV117.09160.12172.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 74 (29.30% from 255) = 17.29%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=42.06%
G=17.29%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807417400.590.030.29303.441.7349.8
HexB44AAE03B31D12f2a32
Octal2641122560733354575262
Binary1011010010010101010111001110111111101100101111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44AAE; }

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

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

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

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

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

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

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

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