#B44AA8

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

Shades of Fuchsia #B44AA8

Tints of Fuchsia #B44AA8

Color information

#B44AA8 (or 0xB44AA8) is unknown color: approx Fuchsia. HEX triplet: B4, 4A and A8. RGB value is (180,74,168). Sum of RGB (Red+Green+Blue) = 180+74+168=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B44AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44AA8 is #4BB557. Grayscale: #747474. Windows color (decimal): -4961624 or 11029172. OLE color: 11029172.

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

Color convert

RGB18074168-
CMYK00.590.070.29
HSL306.79º41.73%49.8%-
HSV(B)306.79º58.89%70.59%-
XYZ28.3417.4338.92-
YUV116.41157.12173.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 74 (29.30% from 255) = 17.54%
BLUE value IS 168 (66.02% from 255) = 39.81%
R=42.65%
G=17.54%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807416800.590.070.29306.7941.7349.8
HexB44AA803B71D1332a32
Octal2641122500737354635262
Binary10110100100101010101000011101111111101100110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44AA8; }

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

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

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

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

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

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

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

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