#B44DBB

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

Shades of Fuchsia #B44DBB

Tints of Fuchsia #B44DBB

Color information

#B44DBB (or 0xB44DBB) is unknown color: approx Fuchsia. HEX triplet: B4, 4D and BB. RGB value is (180,77,187). Sum of RGB (Red+Green+Blue) = 180+77+187=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #B44DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DBB is #4BB244. Grayscale: #787878. Windows color (decimal): -4960837 or 12275124. OLE color: 12275124.

HSL color Cylindrical-coordinate representation of color #B44DBB: hue angle of 296.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44DBB is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18077187-
CMYK0.040.5900.27
HSL296.18º44.72%51.76%-
HSV(B)296.18º58.82%73.33%-
XYZ30.4518.649-
YUV120.34165.62170.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 77 (30.47% from 255) = 17.34%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=40.54%
G=17.34%
B=42.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180771870.040.5900.27296.1844.7251.76
HexB44DBB43B01B1282d34
Octal2641152734730334505564
Binary10110100100110110111011100111011011011100101000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44DBB; }

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

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

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

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

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

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

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

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