#b44daf

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

Shades of Fuchsia #B44DAF

Tints of Fuchsia #B44DAF

Color information

#B44DAF (or 0xB44DAF) is unknown color: approx Fuchsia. HEX triplet: B4, 4D and AF. RGB value is (180,77,175). Sum of RGB (Red+Green+Blue) = 180+77+175=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B44DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44DAF is #4BB250. Grayscale: #767676. Windows color (decimal): -4960849 or 11488692. OLE color: 11488692.

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

Color convert

RGB18077175-
CMYK00.570.030.29
HSL302.91º40.71%50.39%-
HSV(B)302.91º57.22%70.59%-
XYZ29.2118.1142.51-
YUV118.97159.62171.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 77 (30.47% from 255) = 17.82%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=41.67%
G=17.82%
B=40.51%

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
Decimal1807717500.570.030.29302.9140.7150.39
HexB44DAF03931D12f2932
Octal2641152570713354575162
Binary1011010010011011010111101110011111101100101111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44daf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44daf; }

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

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

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

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

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

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

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

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