Shades of Fuchsia #B859AB
Tints of Fuchsia #B859AB
RGB
CMYK
RGB Variations
Color information
#B859AB (or 0xB859AB) is known color: Fuchsia. HEX triplet: B8, 59 and AB. RGB value is (184,89,171). Sum of RGB (Red+Green+Blue) = 184+89+171=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B859AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B859AB is #47A654. Grayscale: #7E7E7E. Windows color (decimal): -4695637 or 11229624. OLE color: 11229624.
HSL color Cylindrical-coordinate representation of color #B859AB: hue angle of 308.21º 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 #B859AB is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 171 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.28 |
| HSL | 308.21º | 0.4% | 0.54% | - |
| HSV(B) | 308.21º | 0.52% | 0.72% | - |
| XYZ | 30.69 | 20.28 | 40.82 | - |
| YUV | 126.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 171 | 0 | 0.52 | 0.07 | 0.28 | 308.21 | 0.4 | 0.54 |
| Hex | B8 | 59 | AB | 0 | 34 | 7 | 1C | 134 | 28 | 36 |
| Octal | 270 | 131 | 253 | 0 | 64 | 7 | 34 | 464 | 50 | 66 |
| Binary | 10111000 | 1011001 | 10101011 | 0 | 110100 | 111 | 11100 | 100110100 | 101000 | 110110 |
Color Harmonies of #B859AB
Complementary color
Monochromatic Colors of #B859AB
Black with #B859AB
Text Example
Text Example
White with #B859AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859AB; }
p { color: rgb(184,89,171); }
H1.HeaderClassName
{
color: #B859AB;
}
.AnyTagClassName
{
color: #B859AB;
}
</style>
background-color css
<style>
a { background-color: #B859AB; }
a { background-color: rgb(184,89,171); }
div.DivClassName
{
background-color: #B859AB;
}
.BgClassName
{
background-color: #B859AB;
}
</style>
border-color css
<style>
span { border-color: #B859AB; }
span { border-color: rgb(184,89,171); }
td.TdClassName
{
border-color: #B859AB;
}
.TagClassName
{
border-color: #B859AB;
}
</style>