#B44DC2

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

Shades of Fuchsia #B44DC2

Tints of Fuchsia #B44DC2

Color information

#B44DC2 (or 0xB44DC2) is unknown color: approx Fuchsia. HEX triplet: B4, 4D and C2. RGB value is (180,77,194). Sum of RGB (Red+Green+Blue) = 180+77+194=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #B44DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DC2 is #4BB23D. Grayscale: #787878. Windows color (decimal): -4960830 or 12733876. OLE color: 12733876.

HSL color Cylindrical-coordinate representation of color #B44DC2: hue angle of 292.82º degrees, saturation: 0.49, 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 #B44DC2 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18077194-
CMYK0.070.6000.24
HSL292.82º48.95%53.14%-
HSV(B)292.82º60.31%76.08%-
XYZ31.2118.9153.04-
YUV121.14169.12169.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 77 (30.47% from 255) = 17.07%
BLUE value IS 194 (76.17% from 255) = 43.02%
R=39.91%
G=17.07%
B=43.02%

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
Decimal180771940.070.6000.24292.8248.9553.14
HexB44DC273C0181253135
Octal2641153027740304456165
Binary10110100100110111000010111111100011000100100101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44DC2; }

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

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

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

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

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

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

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

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