Shades of Fuchsia #B059B8
Tints of Fuchsia #B059B8
RGB
CMYK
RGB Variations
Color information
#B059B8 (or 0xB059B8) is known color: Fuchsia. HEX triplet: B0, 59 and B8. RGB value is (176,89,184). Sum of RGB (Red+Green+Blue) = 176+89+184=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 184 - color contains mainly: blue. Hex color #B059B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059B8 is #4FA647. Grayscale: #7D7D7D. Windows color (decimal): -5219912 or 12081584. OLE color: 12081584.
HSL color Cylindrical-coordinate representation of color #B059B8: hue angle of 294.95º 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 #B059B8 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 89 | 184 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.28 |
| HSL | 294.95º | 0.4% | 0.54% | - |
| HSV(B) | 294.95º | 0.52% | 0.72% | - |
| XYZ | 30.13 | 19.84 | 47.59 | - |
| YUV | 125.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 184 | 0.04 | 0.52 | 0 | 0.28 | 294.95 | 0.4 | 0.54 |
| Hex | B0 | 59 | B8 | 4 | 34 | 0 | 1C | 127 | 28 | 36 |
| Octal | 260 | 131 | 270 | 4 | 64 | 0 | 34 | 447 | 50 | 66 |
| Binary | 10110000 | 1011001 | 10111000 | 100 | 110100 | 0 | 11100 | 100100111 | 101000 | 110110 |
Color Harmonies of #B059B8
Complementary color
Monochromatic Colors of #B059B8
Black with #B059B8
Text Example
Text Example
White with #B059B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059B8; }
p { color: rgb(176,89,184); }
H1.HeaderClassName
{
color: #B059B8;
}
.AnyTagClassName
{
color: #B059B8;
}
</style>
background-color css
<style>
a { background-color: #B059B8; }
a { background-color: rgb(176,89,184); }
div.DivClassName
{
background-color: #B059B8;
}
.BgClassName
{
background-color: #B059B8;
}
</style>
border-color css
<style>
span { border-color: #B059B8; }
span { border-color: rgb(176,89,184); }
td.TdClassName
{
border-color: #B059B8;
}
.TagClassName
{
border-color: #B059B8;
}
</style>