#B44FBA

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

Shades of Fuchsia #B44FBA

Tints of Fuchsia #B44FBA

Color information

#B44FBA (or 0xB44FBA) is unknown color: approx Fuchsia. HEX triplet: B4, 4F and BA. RGB value is (180,79,186). Sum of RGB (Red+Green+Blue) = 180+79+186=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #B44FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44FBA is #4BB045. Grayscale: #797979. Windows color (decimal): -4960326 or 12210100. OLE color: 12210100.

HSL color Cylindrical-coordinate representation of color #B44FBA: hue angle of 296.64º 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 #B44FBA is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18079186-
CMYK0.030.5800.27
HSL296.64º43.67%51.96%-
HSV(B)296.64º57.53%72.94%-
XYZ30.4818.8448.48-
YUV121.4164.46169.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 79 (31.25% from 255) = 17.75%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=40.45%
G=17.75%
B=41.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180791860.030.5800.27296.6443.6751.96
HexB44FBA33A01B1292c34
Octal2641172723720334515464
Binary1011010010011111011101011111010011011100101001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44FBA; }

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

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

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

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

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

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

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

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