#B44EAF

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

Shades of Fuchsia #B44EAF

Tints of Fuchsia #B44EAF

Color information

#B44EAF (or 0xB44EAF) is unknown color: approx Fuchsia. HEX triplet: B4, 4E and AF. RGB value is (180,78,175). Sum of RGB (Red+Green+Blue) = 180+78+175=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B44EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44EAF is #4BB150. Grayscale: #777777. Windows color (decimal): -4960593 or 11488948. OLE color: 11488948.

HSL color Cylindrical-coordinate representation of color #B44EAF: hue angle of 302.94º 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 #B44EAF is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18078175-
CMYK00.570.030.29
HSL302.94º40.48%50.59%-
HSV(B)302.94º56.67%70.59%-
XYZ29.2818.2542.54-
YUV119.56159.29171.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 78 (30.86% from 255) = 18.01%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=41.57%
G=18.01%
B=40.42%

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
Decimal1807817500.570.030.29302.9440.4850.59
HexB44EAF03931D12f2833
Octal2641162570713354575063
Binary1011010010011101010111101110011111101100101111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44EAF; }

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

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

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

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

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

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

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

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