Shades of Fuchsia #B84EB2
Tints of Fuchsia #B84EB2
RGB
CMYK
RGB Variations
Color information
#B84EB2 (or 0xB84EB2) is known color: 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
| RGB | 184 | 78 | 178 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.28 |
| HSL | 303.4º | 0.43% | 0.51% | - |
| HSV(B) | 303.4º | 0.58% | 0.72% | - |
| XYZ | 30.53 | 18.85 | 44.15 | - |
| YUV | 121.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 178 | 0 | 0.58 | 0.03 | 0.28 | 303.4 | 0.43 | 0.51 |
| Hex | B8 | 4E | B2 | 0 | 3A | 3 | 1C | 12F | 2B | 33 |
| Octal | 270 | 116 | 262 | 0 | 72 | 3 | 34 | 457 | 53 | 63 |
| Binary | 10111000 | 1001110 | 10110010 | 0 | 111010 | 11 | 11100 | 100101111 | 101011 | 110011 |
Color Harmonies of #B84EB2
Complementary color
Monochromatic Colors of #B84EB2
Black with #B84EB2
Text Example
Text Example
White with #B84EB2
Text Example
Text Example
HTML Codes & Css Web 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>