Shades of Fuchsia #B056B0
Tints of Fuchsia #B056B0
RGB
CMYK
RGB Variations
Color information
#B056B0 (or 0xB056B0) is known color: Fuchsia. HEX triplet: B0, 56 and B0. RGB value is (176,86,176). Sum of RGB (Red+Green+Blue) = 176+86+176=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B056B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B056B0 is #4FA94F. Grayscale: #7A7A7A. Windows color (decimal): -5220688 or 11556528. OLE color: 11556528.
HSL color Cylindrical-coordinate representation of color #B056B0: hue angle of 300º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B056B0 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 86 | 176 | - |
CMYK | 0 | 0.51 | 0 | 0.31 |
HSL | 300º | 0.36% | 0.51% | - |
HSV(B) | 300º | 0.51% | 0.69% | - |
XYZ | 29.07 | 19.02 | 43.21 | - |
YUV | 123.17 | 157.82 | 165.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 86 | 176 | 0 | 0.51 | 0 | 0.31 | 300 | 0.36 | 0.51 |
Hex | B0 | 56 | B0 | 0 | 33 | 0 | 1F | 12C | 24 | 33 |
Octal | 260 | 126 | 260 | 0 | 63 | 0 | 37 | 454 | 44 | 63 |
Binary | 10110000 | 1010110 | 10110000 | 0 | 110011 | 0 | 11111 | 100101100 | 100100 | 110011 |
Color Harmonies of #B056B0
Complementary color
Monochromatic Colors of #B056B0
Black with #B056B0
Text Example
Text Example
White with #B056B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B056B0; }
p { color: rgb(176,86,176); }
H1.HeaderClassName
{
color: #B056B0;
}
.AnyTagClassName
{
color: #B056B0;
}
</style>
background-color css
<style>
a { background-color: #B056B0; }
a { background-color: rgb(176,86,176); }
div.DivClassName
{
background-color: #B056B0;
}
.BgClassName
{
background-color: #B056B0;
}
</style>
border-color css
<style>
span { border-color: #B056B0; }
span { border-color: rgb(176,86,176); }
td.TdClassName
{
border-color: #B056B0;
}
.TagClassName
{
border-color: #B056B0;
}
</style>