#B44FC2

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

Shades of Fuchsia #B44FC2

Tints of Fuchsia #B44FC2

Color information

#B44FC2 (or 0xB44FC2) is unknown color: approx Fuchsia. HEX triplet: B4, 4F and C2. RGB value is (180,79,194). Sum of RGB (Red+Green+Blue) = 180+79+194=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #B44FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44FC2 is #4BB03D. Grayscale: #797979. Windows color (decimal): -4960318 or 12734388. OLE color: 12734388.

HSL color Cylindrical-coordinate representation of color #B44FC2: hue angle of 292.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44FC2 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18079194-
CMYK0.070.5900.24
HSL292.7º48.52%53.53%-
HSV(B)292.7º59.28%76.08%-
XYZ31.3619.1953.09-
YUV122.31168.46169.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 79 (31.25% from 255) = 17.44%
BLUE value IS 194 (76.17% from 255) = 42.83%
R=39.74%
G=17.44%
B=42.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180791940.070.5900.24292.748.5253.53
HexB44FC273B0181253136
Octal2641173027730304456166
Binary10110100100111111000010111111011011000100100101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44FC2; }

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

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

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

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

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

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

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

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