#B84DB9

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

Shades of Fuchsia #B84DB9

Tints of Fuchsia #B84DB9

Color information

#B84DB9 (or 0xB84DB9) is unknown color: approx Fuchsia. HEX triplet: B8, 4D and B9. RGB value is (184,77,185). Sum of RGB (Red+Green+Blue) = 184+77+185=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #B84DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DB9 is #47B246. Grayscale: #787878. Windows color (decimal): -4698695 or 12144056. OLE color: 12144056.

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

Color convert

RGB18477185-
CMYK0.010.5800.27
HSL299.44º43.55%51.37%-
HSV(B)299.44º58.38%72.55%-
XYZ31.181947.92-
YUV121.3163.95172.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 77 (30.47% from 255) = 17.26%
BLUE value IS 185 (72.66% from 255) = 41.48%
R=41.26%
G=17.26%
B=41.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184771850.010.5800.27299.4443.5551.37
HexB84DB913A01B12b2c33
Octal2701152711720334535463
Binary101110001001101101110011111010011011100101011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84DB9; }

 p { color: rgb(184,77,185); }

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

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

 a { background-color: rgb(184,77,185); }

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

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

 span { border-color: rgb(184,77,185); }

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