#B44EBB

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

Shades of Fuchsia #B44EBB

Tints of Fuchsia #B44EBB

Color information

#B44EBB (or 0xB44EBB) is unknown color: approx Fuchsia. HEX triplet: B4, 4E and BB. RGB value is (180,78,187). Sum of RGB (Red+Green+Blue) = 180+78+187=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #B44EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44EBB is #4BB144. Grayscale: #787878. Windows color (decimal): -4960581 or 12275380. OLE color: 12275380.

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

Color convert

RGB18078187-
CMYK0.040.5800.27
HSL296.15º44.49%51.96%-
HSV(B)296.15º58.29%73.33%-
XYZ30.5218.7449.02-
YUV120.92165.29170.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 78 (30.86% from 255) = 17.53%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=40.45%
G=17.53%
B=42.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180781870.040.5800.27296.1544.4951.96
HexB44EBB43A01B1282c34
Octal2641162734720334505464
Binary10110100100111010111011100111010011011100101000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44EBB; }

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

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

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

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

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

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

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

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