Shades of Fuchsia #B559B8
Tints of Fuchsia #B559B8
RGB
CMYK
RGB Variations
Color information
#B559B8 (or 0xB559B8) is known color: Fuchsia. HEX triplet: B5, 59 and B8. RGB value is (181,89,184). Sum of RGB (Red+Green+Blue) = 181+89+184=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 184 - color contains mainly: blue. Hex color #B559B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559B8 is #4AA647. Grayscale: #7F7F7F. Windows color (decimal): -4892232 or 12081589. OLE color: 12081589.
HSL color Cylindrical-coordinate representation of color #B559B8: hue angle of 298.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 #B559B8 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 89 | 184 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.28 |
| HSL | 298.11º | 0.4% | 0.54% | - |
| HSV(B) | 298.11º | 0.52% | 0.72% | - |
| XYZ | 31.28 | 20.43 | 47.64 | - |
| YUV | 127.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 184 | 0.02 | 0.52 | 0 | 0.28 | 298.11 | 0.4 | 0.54 |
| Hex | B5 | 59 | B8 | 2 | 34 | 0 | 1C | 12A | 28 | 36 |
| Octal | 265 | 131 | 270 | 2 | 64 | 0 | 34 | 452 | 50 | 66 |
| Binary | 10110101 | 1011001 | 10111000 | 10 | 110100 | 0 | 11100 | 100101010 | 101000 | 110110 |
Color Harmonies of #B559B8
Complementary color
Monochromatic Colors of #B559B8
Black with #B559B8
Text Example
Text Example
White with #B559B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B559B8; }
p { color: rgb(181,89,184); }
H1.HeaderClassName
{
color: #B559B8;
}
.AnyTagClassName
{
color: #B559B8;
}
</style>
background-color css
<style>
a { background-color: #B559B8; }
a { background-color: rgb(181,89,184); }
div.DivClassName
{
background-color: #B559B8;
}
.BgClassName
{
background-color: #B559B8;
}
</style>
border-color css
<style>
span { border-color: #B559B8; }
span { border-color: rgb(181,89,184); }
td.TdClassName
{
border-color: #B559B8;
}
.TagClassName
{
border-color: #B559B8;
}
</style>