#b44db4

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

Shades of Fuchsia #B44DB4

Tints of Fuchsia #B44DB4

Color information

#B44DB4 (or 0xB44DB4) is unknown color: approx Fuchsia. HEX triplet: B4, 4D and B4. RGB value is (180,77,180). Sum of RGB (Red+Green+Blue) = 180+77+180=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B44DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DB4 is #4BB24B. Grayscale: #777777. Windows color (decimal): -4960844 or 11816372. OLE color: 11816372.

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

Color convert

RGB18077180-
CMYK00.5700.29
HSL300º40.71%50.39%-
HSV(B)300º57.22%70.59%-
XYZ29.7118.3145.15-
YUV119.54162.12171.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 77 (30.47% from 255) = 17.62%
BLUE value IS 180 (70.70% from 255) = 41.19%
R=41.19%
G=17.62%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807718000.5700.2930040.7150.39
HexB44DB403901D12c2932
Octal2641152640710354545162
Binary101101001001101101101000111001011101100101100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44db4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44db4; }

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

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

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

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

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

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

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

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