Shades of Fuchsia #B84AAE
Tints of Fuchsia #B84AAE
RGB
CMYK
RGB Variations
Color information
#B84AAE (or 0xB84AAE) is known color: Fuchsia. HEX triplet: B8, 4A and AE. RGB value is (184,74,174). Sum of RGB (Red+Green+Blue) = 184+74+174=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84AAE is #47B551. Grayscale: #757575. Windows color (decimal): -4699474 or 11422392. OLE color: 11422392.
HSL color Cylindrical-coordinate representation of color #B84AAE: hue angle of 305.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84AAE is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 174 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.28 |
| HSL | 305.45º | 0.44% | 0.51% | - |
| HSV(B) | 305.45º | 0.6% | 0.72% | - |
| XYZ | 29.86 | 18.14 | 41.97 | - |
| YUV | 118.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 174 | 0 | 0.60 | 0.05 | 0.28 | 305.45 | 0.44 | 0.51 |
| Hex | B8 | 4A | AE | 0 | 3C | 5 | 1C | 131 | 2C | 33 |
| Octal | 270 | 112 | 256 | 0 | 74 | 5 | 34 | 461 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10101110 | 0 | 111100 | 101 | 11100 | 100110001 | 101100 | 110011 |
Color Harmonies of #B84AAE
Complementary color
Monochromatic Colors of #B84AAE
Black with #B84AAE
Text Example
Text Example
White with #B84AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AAE; }
p { color: rgb(184,74,174); }
H1.HeaderClassName
{
color: #B84AAE;
}
.AnyTagClassName
{
color: #B84AAE;
}
</style>
background-color css
<style>
a { background-color: #B84AAE; }
a { background-color: rgb(184,74,174); }
div.DivClassName
{
background-color: #B84AAE;
}
.BgClassName
{
background-color: #B84AAE;
}
</style>
border-color css
<style>
span { border-color: #B84AAE; }
span { border-color: rgb(184,74,174); }
td.TdClassName
{
border-color: #B84AAE;
}
.TagClassName
{
border-color: #B84AAE;
}
</style>