#B44AB3

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

Shades of Fuchsia #B44AB3

Tints of Fuchsia #B44AB3

Color information

#B44AB3 (or 0xB44AB3) is unknown color: approx Fuchsia. HEX triplet: B4, 4A and B3. RGB value is (180,74,179). Sum of RGB (Red+Green+Blue) = 180+74+179=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B44AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44AB3 is #4BB54C. Grayscale: #757575. Windows color (decimal): -4961613 or 11750068. OLE color: 11750068.

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

Color convert

RGB18074179-
CMYK00.590.010.29
HSL300.57º41.73%49.8%-
HSV(B)300.57º58.89%70.59%-
XYZ29.4117.8644.54-
YUV117.66162.62172.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 74 (29.30% from 255) = 17.09%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=41.57%
G=17.09%
B=41.34%

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
Decimal1807417900.590.010.29300.5741.7349.8
HexB44AB303B11D12d2a32
Octal2641122630731354555262
Binary101101001001010101100110111011111101100101101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44AB3; }

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

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

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

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

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

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

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

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