Shades of Fuchsia #B056B1
Tints of Fuchsia #B056B1
RGB
CMYK
RGB Variations
Color information
#B056B1 (or 0xB056B1) is known color: Fuchsia. HEX triplet: B0, 56 and B1. RGB value is (176,86,177). Sum of RGB (Red+Green+Blue) = 176+86+177=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 177 - color contains mainly: blue. Hex color #B056B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B056B1 is #4FA94E. Grayscale: #7B7B7B. Windows color (decimal): -5220687 or 11622064. OLE color: 11622064.
HSL color Cylindrical-coordinate representation of color #B056B1: hue angle of 299.34º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B056B1 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 177 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.31 |
| HSL | 299.34º | 0.37% | 0.52% | - |
| HSV(B) | 299.34º | 0.51% | 0.69% | - |
| XYZ | 29.17 | 19.06 | 43.74 | - |
| YUV | 123.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 177 | 0.01 | 0.51 | 0 | 0.31 | 299.34 | 0.37 | 0.52 |
| Hex | B0 | 56 | B1 | 1 | 33 | 0 | 1F | 12B | 25 | 34 |
| Octal | 260 | 126 | 261 | 1 | 63 | 0 | 37 | 453 | 45 | 64 |
| Binary | 10110000 | 1010110 | 10110001 | 1 | 110011 | 0 | 11111 | 100101011 | 100101 | 110100 |
Color Harmonies of #B056B1
Complementary color
Monochromatic Colors of #B056B1
Black with #B056B1
Text Example
Text Example
White with #B056B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B056B1; }
p { color: rgb(176,86,177); }
H1.HeaderClassName
{
color: #B056B1;
}
.AnyTagClassName
{
color: #B056B1;
}
</style>
background-color css
<style>
a { background-color: #B056B1; }
a { background-color: rgb(176,86,177); }
div.DivClassName
{
background-color: #B056B1;
}
.BgClassName
{
background-color: #B056B1;
}
</style>
border-color css
<style>
span { border-color: #B056B1; }
span { border-color: rgb(176,86,177); }
td.TdClassName
{
border-color: #B056B1;
}
.TagClassName
{
border-color: #B056B1;
}
</style>