#B44DAC

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

Shades of Fuchsia #B44DAC

Tints of Fuchsia #B44DAC

Color information

#B44DAC (or 0xB44DAC) is unknown color: approx Fuchsia. HEX triplet: B4, 4D and AC. RGB value is (180,77,172). Sum of RGB (Red+Green+Blue) = 180+77+172=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B44DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44DAC is #4BB253. Grayscale: #767676. Windows color (decimal): -4960852 or 11292084. OLE color: 11292084.

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

Color convert

RGB18077172-
CMYK00.570.040.29
HSL304.66º40.71%50.39%-
HSV(B)304.66º57.22%70.59%-
XYZ28.9217.9940.98-
YUV118.63158.12171.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 77 (30.47% from 255) = 17.95%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=41.96%
G=17.95%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807717200.570.040.29304.6640.7150.39
HexB44DAC03941D1312932
Octal2641152540714354615162
Binary10110100100110110101100011100110011101100110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44DAC; }

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

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

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

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

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

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

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

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