Shades of Fuchsia #B859AE
Tints of Fuchsia #B859AE
RGB
CMYK
RGB Variations
Color information
#B859AE (or 0xB859AE) is known color: Fuchsia. HEX triplet: B8, 59 and AE. RGB value is (184,89,174). Sum of RGB (Red+Green+Blue) = 184+89+174=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B859AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B859AE is #47A651. Grayscale: #7E7E7E. Windows color (decimal): -4695634 or 11426232. OLE color: 11426232.
HSL color Cylindrical-coordinate representation of color #B859AE: hue angle of 306.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B859AE is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 174 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.28 |
| HSL | 306.32º | 0.4% | 0.54% | - |
| HSV(B) | 306.32º | 0.52% | 0.72% | - |
| XYZ | 30.98 | 20.39 | 42.35 | - |
| YUV | 127.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 174 | 0 | 0.52 | 0.05 | 0.28 | 306.32 | 0.4 | 0.54 |
| Hex | B8 | 59 | AE | 0 | 34 | 5 | 1C | 132 | 28 | 36 |
| Octal | 270 | 131 | 256 | 0 | 64 | 5 | 34 | 462 | 50 | 66 |
| Binary | 10111000 | 1011001 | 10101110 | 0 | 110100 | 101 | 11100 | 100110010 | 101000 | 110110 |
Color Harmonies of #B859AE
Complementary color
Monochromatic Colors of #B859AE
Black with #B859AE
Text Example
Text Example
White with #B859AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859AE; }
p { color: rgb(184,89,174); }
H1.HeaderClassName
{
color: #B859AE;
}
.AnyTagClassName
{
color: #B859AE;
}
</style>
background-color css
<style>
a { background-color: #B859AE; }
a { background-color: rgb(184,89,174); }
div.DivClassName
{
background-color: #B859AE;
}
.BgClassName
{
background-color: #B859AE;
}
</style>
border-color css
<style>
span { border-color: #B859AE; }
span { border-color: rgb(184,89,174); }
td.TdClassName
{
border-color: #B859AE;
}
.TagClassName
{
border-color: #B859AE;
}
</style>