Shades of Fuchsia #B059BC
Tints of Fuchsia #B059BC
RGB
CMYK
RGB Variations
Color information
#B059BC (or 0xB059BC) is known color: Fuchsia. HEX triplet: B0, 59 and BC. RGB value is (176,89,188). Sum of RGB (Red+Green+Blue) = 176+89+188=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #B059BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B059BC is #4FA643. Grayscale: #7D7D7D. Windows color (decimal): -5219908 or 12343728. OLE color: 12343728.
HSL color Cylindrical-coordinate representation of color #B059BC: hue angle of 292.73º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B059BC is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 89 | 188 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.26 |
| HSL | 292.73º | 0.42% | 0.54% | - |
| HSV(B) | 292.73º | 0.53% | 0.74% | - |
| XYZ | 30.55 | 20.01 | 49.83 | - |
| YUV | 126.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 188 | 0.06 | 0.53 | 0 | 0.26 | 292.73 | 0.42 | 0.54 |
| Hex | B0 | 59 | BC | 6 | 35 | 0 | 1A | 125 | 2A | 36 |
| Octal | 260 | 131 | 274 | 6 | 65 | 0 | 32 | 445 | 52 | 66 |
| Binary | 10110000 | 1011001 | 10111100 | 110 | 110101 | 0 | 11010 | 100100101 | 101010 | 110110 |
Color Harmonies of #B059BC
Complementary color
Monochromatic Colors of #B059BC
Black with #B059BC
Text Example
Text Example
White with #B059BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059BC; }
p { color: rgb(176,89,188); }
H1.HeaderClassName
{
color: #B059BC;
}
.AnyTagClassName
{
color: #B059BC;
}
</style>
background-color css
<style>
a { background-color: #B059BC; }
a { background-color: rgb(176,89,188); }
div.DivClassName
{
background-color: #B059BC;
}
.BgClassName
{
background-color: #B059BC;
}
</style>
border-color css
<style>
span { border-color: #B059BC; }
span { border-color: rgb(176,89,188); }
td.TdClassName
{
border-color: #B059BC;
}
.TagClassName
{
border-color: #B059BC;
}
</style>