Shades of Fuchsia #B056AF
Tints of Fuchsia #B056AF
RGB
CMYK
RGB Variations
Color information
#B056AF (or 0xB056AF) is known color: Fuchsia. HEX triplet: B0, 56 and AF. RGB value is (176,86,175). Sum of RGB (Red+Green+Blue) = 176+86+175=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B056AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B056AF is #4FA950. Grayscale: #7A7A7A. Windows color (decimal): -5220689 or 11490992. OLE color: 11490992.
HSL color Cylindrical-coordinate representation of color #B056AF: hue angle of 300.67º 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 #B056AF is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 86 | 175 | - |
CMYK | 0 | 0.51 | 0.01 | 0.31 |
HSL | 300.67º | 0.36% | 0.51% | - |
HSV(B) | 300.67º | 0.51% | 0.69% | - |
XYZ | 28.97 | 18.98 | 42.69 | - |
YUV | 123.06 | 157.32 | 165.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 86 | 175 | 0 | 0.51 | 0.01 | 0.31 | 300.67 | 0.36 | 0.51 |
Hex | B0 | 56 | AF | 0 | 33 | 1 | 1F | 12D | 24 | 33 |
Octal | 260 | 126 | 257 | 0 | 63 | 1 | 37 | 455 | 44 | 63 |
Binary | 10110000 | 1010110 | 10101111 | 0 | 110011 | 1 | 11111 | 100101101 | 100100 | 110011 |
Color Harmonies of #B056AF
Complementary color
Monochromatic Colors of #B056AF
Black with #B056AF
Text Example
Text Example
White with #B056AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B056AF; }
p { color: rgb(176,86,175); }
H1.HeaderClassName
{
color: #B056AF;
}
.AnyTagClassName
{
color: #B056AF;
}
</style>
background-color css
<style>
a { background-color: #B056AF; }
a { background-color: rgb(176,86,175); }
div.DivClassName
{
background-color: #B056AF;
}
.BgClassName
{
background-color: #B056AF;
}
</style>
border-color css
<style>
span { border-color: #B056AF; }
span { border-color: rgb(176,86,175); }
td.TdClassName
{
border-color: #B056AF;
}
.TagClassName
{
border-color: #B056AF;
}
</style>