Shades of Fuchsia #B84EB4
Tints of Fuchsia #B84EB4
RGB
CMYK
RGB Variations
Color information
#B84EB4 (or 0xB84EB4) is known color: Fuchsia. HEX triplet: B8, 4E and B4. RGB value is (184,78,180). Sum of RGB (Red+Green+Blue) = 184+78+180=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B84EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84EB4 is #47B14B. Grayscale: #797979. Windows color (decimal): -4698444 or 11816632. OLE color: 11816632.
HSL color Cylindrical-coordinate representation of color #B84EB4: hue angle of 302.26º 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 #B84EB4 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 180 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.28 |
| HSL | 302.26º | 0.43% | 0.51% | - |
| HSV(B) | 302.26º | 0.58% | 0.72% | - |
| XYZ | 30.73 | 18.93 | 45.22 | - |
| YUV | 121.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 180 | 0 | 0.58 | 0.02 | 0.28 | 302.26 | 0.43 | 0.51 |
| Hex | B8 | 4E | B4 | 0 | 3A | 2 | 1C | 12E | 2B | 33 |
| Octal | 270 | 116 | 264 | 0 | 72 | 2 | 34 | 456 | 53 | 63 |
| Binary | 10111000 | 1001110 | 10110100 | 0 | 111010 | 10 | 11100 | 100101110 | 101011 | 110011 |
Color Harmonies of #B84EB4
Complementary color
Monochromatic Colors of #B84EB4
Black with #B84EB4
Text Example
Text Example
White with #B84EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84EB4; }
p { color: rgb(184,78,180); }
H1.HeaderClassName
{
color: #B84EB4;
}
.AnyTagClassName
{
color: #B84EB4;
}
</style>
background-color css
<style>
a { background-color: #B84EB4; }
a { background-color: rgb(184,78,180); }
div.DivClassName
{
background-color: #B84EB4;
}
.BgClassName
{
background-color: #B84EB4;
}
</style>
border-color css
<style>
span { border-color: #B84EB4; }
span { border-color: rgb(184,78,180); }
td.TdClassName
{
border-color: #B84EB4;
}
.TagClassName
{
border-color: #B84EB4;
}
</style>