#B44DBF

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

Shades of Fuchsia #B44DBF

Tints of Fuchsia #B44DBF

Color information

#B44DBF (or 0xB44DBF) is unknown color: approx Fuchsia. HEX triplet: B4, 4D and BF. RGB value is (180,77,191). Sum of RGB (Red+Green+Blue) = 180+77+191=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #B44DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DBF is #4BB240. Grayscale: #787878. Windows color (decimal): -4960833 or 12537268. OLE color: 12537268.

HSL color Cylindrical-coordinate representation of color #B44DBF: hue angle of 294.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44DBF is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18077191-
CMYK0.060.6000.25
HSL294.21º47.11%52.55%-
HSV(B)294.21º59.69%74.9%-
XYZ30.8818.7751.29-
YUV120.79167.62170.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 77 (30.47% from 255) = 17.19%
BLUE value IS 191 (75% from 255) = 42.63%
R=40.18%
G=17.19%
B=42.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180771910.060.6000.25294.2147.1152.55
HexB44DBF63C0191262f35
Octal2641152776740314465765
Binary10110100100110110111111110111100011001100100110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44DBF; }

 p { color: rgb(180,77,191); }

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

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

 a { background-color: rgb(180,77,191); }

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

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

 span { border-color: rgb(180,77,191); }

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