#B44CB9

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

Shades of Fuchsia #B44CB9

Tints of Fuchsia #B44CB9

Color information

#B44CB9 (or 0xB44CB9) is unknown color: approx Fuchsia. HEX triplet: B4, 4C and B9. RGB value is (180,76,185). Sum of RGB (Red+Green+Blue) = 180+76+185=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #B44CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CB9 is #4BB346. Grayscale: #777777. Windows color (decimal): -4961095 or 12143796. OLE color: 12143796.

HSL color Cylindrical-coordinate representation of color #B44CB9: hue angle of 297.25º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44CB9 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18076185-
CMYK0.030.5900.27
HSL297.25º43.78%51.18%-
HSV(B)297.25º58.92%72.55%-
XYZ30.1618.3747.86-
YUV119.52164.96171.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 76 (30.08% from 255) = 17.23%
BLUE value IS 185 (72.66% from 255) = 41.95%
R=40.82%
G=17.23%
B=41.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180761850.030.5900.27297.2543.7851.18
HexB44CB933B01B1292c33
Octal2641142713730334515463
Binary1011010010011001011100111111011011011100101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44CB9; }

 p { color: rgb(180,76,185); }

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

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

 a { background-color: rgb(180,76,185); }

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

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

 span { border-color: rgb(180,76,185); }

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