#B44EB2

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

Shades of Fuchsia #B44EB2

Tints of Fuchsia #B44EB2

Color information

#B44EB2 (or 0xB44EB2) is unknown color: approx Fuchsia. HEX triplet: B4, 4E and B2. RGB value is (180,78,178). Sum of RGB (Red+Green+Blue) = 180+78+178=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B44EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44EB2 is #4BB14D. Grayscale: #777777. Windows color (decimal): -4960590 or 11685556. OLE color: 11685556.

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

Color convert

RGB18078178-
CMYK00.570.010.29
HSL301.18º40.48%50.59%-
HSV(B)301.18º56.67%70.59%-
XYZ29.5818.3744.11-
YUV119.9160.79170.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 78 (30.86% from 255) = 17.89%
BLUE value IS 178 (69.92% from 255) = 40.83%
R=41.28%
G=17.89%
B=40.83%

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
Decimal1807817800.570.010.29301.1840.4850.59
HexB44EB203911D12d2833
Octal2641162620711354555063
Binary101101001001110101100100111001111101100101101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44EB2; }

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

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

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

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

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

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

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

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