#B44EC1

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

Shades of Fuchsia #B44EC1

Tints of Fuchsia #B44EC1

Color information

#B44EC1 (or 0xB44EC1) is unknown color: approx Fuchsia. HEX triplet: B4, 4E and C1. RGB value is (180,78,193). Sum of RGB (Red+Green+Blue) = 180+78+193=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #B44EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44EC1 is #4BB13E. Grayscale: #797979. Windows color (decimal): -4960575 or 12668596. OLE color: 12668596.

HSL color Cylindrical-coordinate representation of color #B44EC1: hue angle of 293.22º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44EC1 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18078193-
CMYK0.070.6000.24
HSL293.22º48.12%53.14%-
HSV(B)293.22º59.59%75.69%-
XYZ31.171952.48-
YUV121.61168.29169.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 78 (30.86% from 255) = 17.29%
BLUE value IS 193 (75.78% from 255) = 42.79%
R=39.91%
G=17.29%
B=42.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180781930.070.6000.24293.2248.1253.14
HexB44EC173C0181253035
Octal2641163017740304456065
Binary10110100100111011000001111111100011000100100101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44EC1; }

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

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

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

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

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

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

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

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