Shades of Fuchsia #B84EC0
Tints of Fuchsia #B84EC0
RGB
CMYK
RGB Variations
Color information
#B84EC0 (or 0xB84EC0) is known color: Fuchsia. HEX triplet: B8, 4E and C0. RGB value is (184,78,192). Sum of RGB (Red+Green+Blue) = 184+78+192=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #B84EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84EC0 is #47B13F. Grayscale: #7A7A7A. Windows color (decimal): -4698432 or 12603064. OLE color: 12603064.
HSL color Cylindrical-coordinate representation of color #B84EC0: hue angle of 295.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84EC0 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 78 | 192 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.25 |
| HSL | 295.79º | 0.48% | 0.53% | - |
| HSV(B) | 295.79º | 0.59% | 0.75% | - |
| XYZ | 32.01 | 19.44 | 51.94 | - |
| YUV | 122.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 192 | 0.04 | 0.59 | 0 | 0.25 | 295.79 | 0.48 | 0.53 |
| Hex | B8 | 4E | C0 | 4 | 3B | 0 | 19 | 128 | 30 | 35 |
| Octal | 270 | 116 | 300 | 4 | 73 | 0 | 31 | 450 | 60 | 65 |
| Binary | 10111000 | 1001110 | 11000000 | 100 | 111011 | 0 | 11001 | 100101000 | 110000 | 110101 |
Color Harmonies of #B84EC0
Complementary color
Monochromatic Colors of #B84EC0
Black with #B84EC0
Text Example
Text Example
White with #B84EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84EC0; }
p { color: rgb(184,78,192); }
H1.HeaderClassName
{
color: #B84EC0;
}
.AnyTagClassName
{
color: #B84EC0;
}
</style>
background-color css
<style>
a { background-color: #B84EC0; }
a { background-color: rgb(184,78,192); }
div.DivClassName
{
background-color: #B84EC0;
}
.BgClassName
{
background-color: #B84EC0;
}
</style>
border-color css
<style>
span { border-color: #B84EC0; }
span { border-color: rgb(184,78,192); }
td.TdClassName
{
border-color: #B84EC0;
}
.TagClassName
{
border-color: #B84EC0;
}
</style>