#B44AA9

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

Shades of Fuchsia #B44AA9

Tints of Fuchsia #B44AA9

Color information

#B44AA9 (or 0xB44AA9) is unknown color: approx Fuchsia. HEX triplet: B4, 4A and A9. RGB value is (180,74,169). Sum of RGB (Red+Green+Blue) = 180+74+169=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B44AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44AA9 is #4BB556. Grayscale: #747474. Windows color (decimal): -4961623 or 11094708. OLE color: 11094708.

HSL color Cylindrical-coordinate representation of color #B44AA9: hue angle of 306.23º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44AA9 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18074169-
CMYK00.590.060.29
HSL306.23º41.73%49.8%-
HSV(B)306.23º58.89%70.59%-
XYZ28.4317.4739.41-
YUV116.52157.62173.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 74 (29.30% from 255) = 17.49%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=42.55%
G=17.49%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807416900.590.060.29306.2341.7349.8
HexB44AA903B61D1322a32
Octal2641122510736354625262
Binary10110100100101010101001011101111011101100110010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44AA9; }

 p { color: rgb(180,74,169); }

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

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

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

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

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

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

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