#B44FAB

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

Shades of Fuchsia #B44FAB

Tints of Fuchsia #B44FAB

Color information

#B44FAB (or 0xB44FAB) is unknown color: approx Fuchsia. HEX triplet: B4, 4F and AB. RGB value is (180,79,171). Sum of RGB (Red+Green+Blue) = 180+79+171=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B44FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44FAB is #4BB054. Grayscale: #777777. Windows color (decimal): -4960341 or 11227060. OLE color: 11227060.

HSL color Cylindrical-coordinate representation of color #B44FAB: hue angle of 305.35º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B44FAB is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18079171-
CMYK00.560.050.29
HSL305.35º40.24%50.78%-
HSV(B)305.35º56.11%70.59%-
XYZ28.9718.2440.52-
YUV119.69156.96171.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 79 (31.25% from 255) = 18.37%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=41.86%
G=18.37%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807917100.560.050.29305.3540.2450.78
HexB44FAB03851D1312833
Octal2641172530705354615063
Binary10110100100111110101011011100010111101100110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44FAB; }

 p { color: rgb(180,79,171); }

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

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

 a { background-color: rgb(180,79,171); }

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

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

 span { border-color: rgb(180,79,171); }

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