#B44DAE

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

Shades of Fuchsia #B44DAE

Tints of Fuchsia #B44DAE

Color information

#B44DAE (or 0xB44DAE) is unknown color: approx Fuchsia. HEX triplet: B4, 4D and AE. RGB value is (180,77,174). Sum of RGB (Red+Green+Blue) = 180+77+174=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B44DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44DAE is #4BB251. Grayscale: #767676. Windows color (decimal): -4960850 or 11423156. OLE color: 11423156.

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

Color convert

RGB18077174-
CMYK00.570.030.29
HSL303.5º40.71%50.39%-
HSV(B)303.5º57.22%70.59%-
XYZ29.1218.0742-
YUV118.86159.12171.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 77 (30.47% from 255) = 17.87%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=41.76%
G=17.87%
B=40.37%

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
Decimal1807717400.570.030.29303.540.7150.39
HexB44DAE03931D12f2932
Octal2641152560713354575162
Binary1011010010011011010111001110011111101100101111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44DAE; }

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

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

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

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

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

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

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

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