#B44AB9

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

Shades of Fuchsia #B44AB9

Tints of Fuchsia #B44AB9

Color information

#B44AB9 (or 0xB44AB9) is unknown color: approx Fuchsia. HEX triplet: B4, 4A and B9. RGB value is (180,74,185). Sum of RGB (Red+Green+Blue) = 180+74+185=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 185 - color contains mainly: blue. Hex color #B44AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44AB9 is #4BB546. Grayscale: #767676. Windows color (decimal): -4961607 or 12143284. OLE color: 12143284.

HSL color Cylindrical-coordinate representation of color #B44AB9: hue angle of 297.3º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44AB9 is Cyan = 0.03, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18074185-
CMYK0.030.600.27
HSL297.3º44.22%50.78%-
HSV(B)297.3º60%72.55%-
XYZ30.0318.147.81-
YUV118.35165.62171.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 74 (29.30% from 255) = 16.86%
BLUE value IS 185 (72.66% from 255) = 42.14%
R=41.00%
G=16.86%
B=42.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180741850.030.600.27297.344.2250.78
HexB44AB933C01B1292c33
Octal2641122713740334515463
Binary1011010010010101011100111111100011011100101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44AB9; }

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

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

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

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

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

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

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

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