#B44BA9

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

Shades of Fuchsia #B44BA9

Tints of Fuchsia #B44BA9

Color information

#B44BA9 (or 0xB44BA9) is unknown color: approx Fuchsia. HEX triplet: B4, 4B and A9. RGB value is (180,75,169). Sum of RGB (Red+Green+Blue) = 180+75+169=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B44BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44BA9 is #4BB456. Grayscale: #747474. Windows color (decimal): -4961367 or 11094964. OLE color: 11094964.

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

Color convert

RGB18075169-
CMYK00.580.060.29
HSL306.29º41.18%50%-
HSV(B)306.29º58.33%70.59%-
XYZ28.517.639.43-
YUV117.11157.29172.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 169 (66.41% from 255) = 39.86%
R=42.45%
G=17.69%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807516900.580.060.29306.2941.1850
HexB44BA903A61D1322932
Octal2641132510726354625162
Binary10110100100101110101001011101011011101100110010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44BA9; }

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

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

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

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

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

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

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

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