Shades of Fuchsia #B84AAF
Tints of Fuchsia #B84AAF
RGB
CMYK
RGB Variations
Color information
#B84AAF (or 0xB84AAF) is known color: Fuchsia. HEX triplet: B8, 4A and AF. RGB value is (184,74,175). Sum of RGB (Red+Green+Blue) = 184+74+175=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84AAF is #47B550. Grayscale: #767676. Windows color (decimal): -4699473 or 11487928. OLE color: 11487928.
HSL color Cylindrical-coordinate representation of color #B84AAF: hue angle of 304.91º 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 #B84AAF is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 175 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.28 |
| HSL | 304.91º | 0.44% | 0.51% | - |
| HSV(B) | 304.91º | 0.6% | 0.72% | - |
| XYZ | 29.95 | 18.18 | 42.49 | - |
| YUV | 118.4 | 159.94 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 175 | 0 | 0.60 | 0.05 | 0.28 | 304.91 | 0.44 | 0.51 |
| Hex | B8 | 4A | AF | 0 | 3C | 5 | 1C | 131 | 2C | 33 |
| Octal | 270 | 112 | 257 | 0 | 74 | 5 | 34 | 461 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10101111 | 0 | 111100 | 101 | 11100 | 100110001 | 101100 | 110011 |
Color Harmonies of #B84AAF
Complementary color
Monochromatic Colors of #B84AAF
Black with #B84AAF
Text Example
Text Example
White with #B84AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AAF; }
p { color: rgb(184,74,175); }
H1.HeaderClassName
{
color: #B84AAF;
}
.AnyTagClassName
{
color: #B84AAF;
}
</style>
background-color css
<style>
a { background-color: #B84AAF; }
a { background-color: rgb(184,74,175); }
div.DivClassName
{
background-color: #B84AAF;
}
.BgClassName
{
background-color: #B84AAF;
}
</style>
border-color css
<style>
span { border-color: #B84AAF; }
span { border-color: rgb(184,74,175); }
td.TdClassName
{
border-color: #B84AAF;
}
.TagClassName
{
border-color: #B84AAF;
}
</style>