#B44AB2

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

Shades of Fuchsia #B44AB2

Tints of Fuchsia #B44AB2

Color information

#B44AB2 (or 0xB44AB2) is unknown color: approx Fuchsia. HEX triplet: B4, 4A and B2. RGB value is (180,74,178). Sum of RGB (Red+Green+Blue) = 180+74+178=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B44AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44AB2 is #4BB54D. Grayscale: #757575. Windows color (decimal): -4961614 or 11684532. OLE color: 11684532.

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

Color convert

RGB18074178-
CMYK00.590.010.29
HSL301.13º41.73%49.8%-
HSV(B)301.13º58.89%70.59%-
XYZ29.3117.8244.01-
YUV117.55162.12172.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 74 (29.30% from 255) = 17.13%
BLUE value IS 178 (69.92% from 255) = 41.20%
R=41.67%
G=17.13%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807417800.590.010.29301.1341.7349.8
HexB44AB203B11D12d2a32
Octal2641122620731354555262
Binary101101001001010101100100111011111101100101101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44AB2; }

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

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

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

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

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

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

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

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