#B84EB2

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

Shades of Fuchsia #B84EB2

Tints of Fuchsia #B84EB2

Color information

#B84EB2 (or 0xB84EB2) is unknown color: approx Fuchsia. HEX triplet: B8, 4E and B2. RGB value is (184,78,178). Sum of RGB (Red+Green+Blue) = 184+78+178=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B84EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84EB2 is #47B14D. Grayscale: #787878. Windows color (decimal): -4698446 or 11685560. OLE color: 11685560.

HSL color Cylindrical-coordinate representation of color #B84EB2: hue angle of 303.4º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84EB2 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18478178-
CMYK00.580.030.28
HSL303.4º42.74%51.37%-
HSV(B)303.4º57.61%72.16%-
XYZ30.5318.8544.15-
YUV121.09160.12172.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 78 (30.86% from 255) = 17.73%
BLUE value IS 178 (69.92% from 255) = 40.45%
R=41.82%
G=17.73%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847817800.580.030.28303.442.7451.37
HexB84EB203A31C12f2b33
Octal2701162620723344575363
Binary1011100010011101011001001110101111100100101111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84EB2; }

 p { color: rgb(184,78,178); }

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

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

 a { background-color: rgb(184,78,178); }

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

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

 span { border-color: rgb(184,78,178); }

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