Shades of Fuchsia #B859A8
Tints of Fuchsia #B859A8
RGB
CMYK
RGB Variations
Color information
#B859A8 (or 0xB859A8) is known color: Fuchsia. HEX triplet: B8, 59 and A8. RGB value is (184,89,168). Sum of RGB (Red+Green+Blue) = 184+89+168=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B859A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B859A8 is #47A657. Grayscale: #7E7E7E. Windows color (decimal): -4695640 or 11033016. OLE color: 11033016.
HSL color Cylindrical-coordinate representation of color #B859A8: hue angle of 310.11º 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 #B859A8 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 168 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.28 |
| HSL | 310.11º | 0.4% | 0.54% | - |
| HSV(B) | 310.11º | 0.52% | 0.72% | - |
| XYZ | 30.41 | 20.16 | 39.33 | - |
| YUV | 126.41 | 151.47 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 168 | 0 | 0.52 | 0.09 | 0.28 | 310.11 | 0.4 | 0.54 |
| Hex | B8 | 59 | A8 | 0 | 34 | 9 | 1C | 136 | 28 | 36 |
| Octal | 270 | 131 | 250 | 0 | 64 | 11 | 34 | 466 | 50 | 66 |
| Binary | 10111000 | 1011001 | 10101000 | 0 | 110100 | 1001 | 11100 | 100110110 | 101000 | 110110 |
Color Harmonies of #B859A8
Complementary color
Monochromatic Colors of #B859A8
Black with #B859A8
Text Example
Text Example
White with #B859A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859A8; }
p { color: rgb(184,89,168); }
H1.HeaderClassName
{
color: #B859A8;
}
.AnyTagClassName
{
color: #B859A8;
}
</style>
background-color css
<style>
a { background-color: #B859A8; }
a { background-color: rgb(184,89,168); }
div.DivClassName
{
background-color: #B859A8;
}
.BgClassName
{
background-color: #B859A8;
}
</style>
border-color css
<style>
span { border-color: #B859A8; }
span { border-color: rgb(184,89,168); }
td.TdClassName
{
border-color: #B859A8;
}
.TagClassName
{
border-color: #B859A8;
}
</style>