#B44AB1

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

Shades of Fuchsia #B44AB1

Tints of Fuchsia #B44AB1

Color information

#B44AB1 (or 0xB44AB1) is unknown color: approx Fuchsia. HEX triplet: B4, 4A and B1. RGB value is (180,74,177). Sum of RGB (Red+Green+Blue) = 180+74+177=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B44AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44AB1 is #4BB54E. Grayscale: #757575. Windows color (decimal): -4961615 or 11618996. OLE color: 11618996.

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

Color convert

RGB18074177-
CMYK00.590.020.29
HSL301.7º41.73%49.8%-
HSV(B)301.7º58.89%70.59%-
XYZ29.2117.7843.49-
YUV117.44161.62172.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 177 (69.53% from 255) = 41.07%
R=41.76%
G=17.17%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807417700.590.020.29301.741.7349.8
HexB44AB103B21D12e2a32
Octal2641122610732354565262
Binary1011010010010101011000101110111011101100101110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44AB1; }

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

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

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

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

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

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

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

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