#B44DB2

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

Shades of Fuchsia #B44DB2

Tints of Fuchsia #B44DB2

Color information

#B44DB2 (or 0xB44DB2) is unknown color: approx Fuchsia. HEX triplet: B4, 4D and B2. RGB value is (180,77,178). Sum of RGB (Red+Green+Blue) = 180+77+178=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B44DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44DB2 is #4BB24D. Grayscale: #777777. Windows color (decimal): -4960846 or 11685300. OLE color: 11685300.

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

Color convert

RGB18077178-
CMYK00.570.010.29
HSL301.17º40.71%50.39%-
HSV(B)301.17º57.22%70.59%-
XYZ29.5118.2344.08-
YUV119.31161.12171.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 77 (30.47% from 255) = 17.70%
BLUE value IS 178 (69.92% from 255) = 40.92%
R=41.38%
G=17.70%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807717800.570.010.29301.1740.7150.39
HexB44DB203911D12d2932
Octal2641152620711354555162
Binary101101001001101101100100111001111101100101101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44DB2; }

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

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

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

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

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

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

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

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