Shades of Fuchsia #B056C0
Tints of Fuchsia #B056C0
RGB
CMYK
RGB Variations
Color information
#B056C0 (or 0xB056C0) is known color: Fuchsia. HEX triplet: B0, 56 and C0. RGB value is (176,86,192). Sum of RGB (Red+Green+Blue) = 176+86+192=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #B056C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056C0 is #4FA93F. Grayscale: #7C7C7C. Windows color (decimal): -5220672 or 12605104. OLE color: 12605104.
HSL color Cylindrical-coordinate representation of color #B056C0: hue angle of 290.94º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B056C0 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 86 | 192 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.25 |
| HSL | 290.94º | 0.46% | 0.55% | - |
| HSV(B) | 290.94º | 0.55% | 0.75% | - |
| XYZ | 30.75 | 19.69 | 52.05 | - |
| YUV | 124.99 | 165.82 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 192 | 0.08 | 0.55 | 0 | 0.25 | 290.94 | 0.46 | 0.55 |
| Hex | B0 | 56 | C0 | 8 | 37 | 0 | 19 | 123 | 2E | 37 |
| Octal | 260 | 126 | 300 | 10 | 67 | 0 | 31 | 443 | 56 | 67 |
| Binary | 10110000 | 1010110 | 11000000 | 1000 | 110111 | 0 | 11001 | 100100011 | 101110 | 110111 |
Color Harmonies of #B056C0
Complementary color
Monochromatic Colors of #B056C0
Black with #B056C0
Text Example
Text Example
White with #B056C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B056C0; }
p { color: rgb(176,86,192); }
H1.HeaderClassName
{
color: #B056C0;
}
.AnyTagClassName
{
color: #B056C0;
}
</style>
background-color css
<style>
a { background-color: #B056C0; }
a { background-color: rgb(176,86,192); }
div.DivClassName
{
background-color: #B056C0;
}
.BgClassName
{
background-color: #B056C0;
}
</style>
border-color css
<style>
span { border-color: #B056C0; }
span { border-color: rgb(176,86,192); }
td.TdClassName
{
border-color: #B056C0;
}
.TagClassName
{
border-color: #B056C0;
}
</style>