#B44FC3

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

Shades of Fuchsia #B44FC3

Tints of Fuchsia #B44FC3

Color information

#B44FC3 (or 0xB44FC3) is unknown color: approx Fuchsia. HEX triplet: B4, 4F and C3. RGB value is (180,79,195). Sum of RGB (Red+Green+Blue) = 180+79+195=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #B44FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44FC3 is #4BB03C. Grayscale: #7A7A7A. Windows color (decimal): -4960317 or 12799924. OLE color: 12799924.

HSL color Cylindrical-coordinate representation of color #B44FC3: hue angle of 292.24º 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 #B44FC3 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18079195-
CMYK0.080.5900.24
HSL292.24º49.15%53.73%-
HSV(B)292.24º59.49%76.47%-
XYZ31.4719.2453.68-
YUV122.42168.96169.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 79 (31.25% from 255) = 17.40%
BLUE value IS 195 (76.56% from 255) = 42.95%
R=39.65%
G=17.40%
B=42.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180791950.080.5900.24292.2449.1553.73
HexB44FC383B0181243136
Octal26411730310730304446166
Binary101101001001111110000111000111011011000100100100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44FC3; }

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

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

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

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

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

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

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

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