Shades of Violet Blue #B056AD
Tints of Violet Blue #B056AD
RGB
CMYK
RGB Variations
Color information
#B056AD (or 0xB056AD) is known color: Violet Blue. HEX triplet: B0, 56 and AD. RGB value is (176,86,173). Sum of RGB (Red+Green+Blue) = 176+86+173=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B056AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B056AD is #4FA952. Grayscale: #7A7A7A. Windows color (decimal): -5220691 or 11359920. OLE color: 11359920.
HSL color Cylindrical-coordinate representation of color #B056AD: hue angle of 302º 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 #B056AD is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 173 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.31 |
| HSL | 302º | 0.36% | 0.51% | - |
| HSV(B) | 302º | 0.51% | 0.69% | - |
| XYZ | 28.78 | 18.9 | 41.67 | - |
| YUV | 122.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 173 | 0 | 0.51 | 0.02 | 0.31 | 302 | 0.36 | 0.51 |
| Hex | B0 | 56 | AD | 0 | 33 | 2 | 1F | 12E | 24 | 33 |
| Octal | 260 | 126 | 255 | 0 | 63 | 2 | 37 | 456 | 44 | 63 |
| Binary | 10110000 | 1010110 | 10101101 | 0 | 110011 | 10 | 11111 | 100101110 | 100100 | 110011 |
Color Harmonies of #B056AD
Complementary color
Monochromatic Colors of #B056AD
Black with #B056AD
Text Example
Text Example
White with #B056AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B056AD; }
p { color: rgb(176,86,173); }
H1.HeaderClassName
{
color: #B056AD;
}
.AnyTagClassName
{
color: #B056AD;
}
</style>
background-color css
<style>
a { background-color: #B056AD; }
a { background-color: rgb(176,86,173); }
div.DivClassName
{
background-color: #B056AD;
}
.BgClassName
{
background-color: #B056AD;
}
</style>
border-color css
<style>
span { border-color: #B056AD; }
span { border-color: rgb(176,86,173); }
td.TdClassName
{
border-color: #B056AD;
}
.TagClassName
{
border-color: #B056AD;
}
</style>