Shades of Fuchsia #B859B9
Tints of Fuchsia #B859B9
RGB
CMYK
RGB Variations
Color information
#B859B9 (or 0xB859B9) is known color: Fuchsia. HEX triplet: B8, 59 and B9. RGB value is (184,89,185). Sum of RGB (Red+Green+Blue) = 184+89+185=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #B859B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859B9 is #47A646. Grayscale: #808080. Windows color (decimal): -4695623 or 12147128. OLE color: 12147128.
HSL color Cylindrical-coordinate representation of color #B859B9: hue angle of 299.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B859B9 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 89 | 185 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.27 |
| HSL | 299.38º | 0.41% | 0.54% | - |
| HSV(B) | 299.38º | 0.52% | 0.73% | - |
| XYZ | 32.1 | 20.84 | 48.23 | - |
| YUV | 128.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 185 | 0.01 | 0.52 | 0 | 0.27 | 299.38 | 0.41 | 0.54 |
| Hex | B8 | 59 | B9 | 1 | 34 | 0 | 1B | 12B | 29 | 36 |
| Octal | 270 | 131 | 271 | 1 | 64 | 0 | 33 | 453 | 51 | 66 |
| Binary | 10111000 | 1011001 | 10111001 | 1 | 110100 | 0 | 11011 | 100101011 | 101001 | 110110 |
Color Harmonies of #B859B9
Complementary color
Monochromatic Colors of #B859B9
Black with #B859B9
Text Example
Text Example
White with #B859B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859B9; }
p { color: rgb(184,89,185); }
H1.HeaderClassName
{
color: #B859B9;
}
.AnyTagClassName
{
color: #B859B9;
}
</style>
background-color css
<style>
a { background-color: #B859B9; }
a { background-color: rgb(184,89,185); }
div.DivClassName
{
background-color: #B859B9;
}
.BgClassName
{
background-color: #B859B9;
}
</style>
border-color css
<style>
span { border-color: #B859B9; }
span { border-color: rgb(184,89,185); }
td.TdClassName
{
border-color: #B859B9;
}
.TagClassName
{
border-color: #B859B9;
}
</style>