Shades of Fuchsia #B859AF
Tints of Fuchsia #B859AF
RGB
CMYK
RGB Variations
Color information
#B859AF (or 0xB859AF) is known color: Fuchsia. HEX triplet: B8, 59 and AF. RGB value is (184,89,175). Sum of RGB (Red+Green+Blue) = 184+89+175=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B859AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B859AF is #47A650. Grayscale: #7E7E7E. Windows color (decimal): -4695633 or 11491768. OLE color: 11491768.
HSL color Cylindrical-coordinate representation of color #B859AF: hue angle of 305.68º 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 #B859AF is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 175 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.28 |
| HSL | 305.68º | 0.4% | 0.54% | - |
| HSV(B) | 305.68º | 0.52% | 0.72% | - |
| XYZ | 31.08 | 20.43 | 42.86 | - |
| YUV | 127.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 175 | 0 | 0.52 | 0.05 | 0.28 | 305.68 | 0.4 | 0.54 |
| Hex | B8 | 59 | AF | 0 | 34 | 5 | 1C | 132 | 28 | 36 |
| Octal | 270 | 131 | 257 | 0 | 64 | 5 | 34 | 462 | 50 | 66 |
| Binary | 10111000 | 1011001 | 10101111 | 0 | 110100 | 101 | 11100 | 100110010 | 101000 | 110110 |
Color Harmonies of #B859AF
Complementary color
Monochromatic Colors of #B859AF
Black with #B859AF
Text Example
Text Example
White with #B859AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859AF; }
p { color: rgb(184,89,175); }
H1.HeaderClassName
{
color: #B859AF;
}
.AnyTagClassName
{
color: #B859AF;
}
</style>
background-color css
<style>
a { background-color: #B859AF; }
a { background-color: rgb(184,89,175); }
div.DivClassName
{
background-color: #B859AF;
}
.BgClassName
{
background-color: #B859AF;
}
</style>
border-color css
<style>
span { border-color: #B859AF; }
span { border-color: rgb(184,89,175); }
td.TdClassName
{
border-color: #B859AF;
}
.TagClassName
{
border-color: #B859AF;
}
</style>