Shades of Violet Blue #B56BA6
Tints of Violet Blue #B56BA6
RGB
CMYK
RGB Variations
Color information
#B56BA6 (or 0xB56BA6) is known color: Violet Blue. HEX triplet: B5, 6B and A6. RGB value is (181,107,166). Sum of RGB (Red+Green+Blue) = 181+107+166=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B56BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56BA6 is #4A9459. Grayscale: #878787. Windows color (decimal): -4887642 or 10906549. OLE color: 10906549.
HSL color Cylindrical-coordinate representation of color #B56BA6: hue angle of 312.16º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56BA6 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 107 | 166 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.29 |
| HSL | 312.16º | 0.33% | 0.56% | - |
| HSV(B) | 312.16º | 0.41% | 0.71% | - |
| XYZ | 31.2 | 23.09 | 38.89 | - |
| YUV | 135.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 166 | 0 | 0.41 | 0.08 | 0.29 | 312.16 | 0.33 | 0.56 |
| Hex | B5 | 6B | A6 | 0 | 29 | 8 | 1D | 138 | 21 | 38 |
| Octal | 265 | 153 | 246 | 0 | 51 | 10 | 35 | 470 | 41 | 70 |
| Binary | 10110101 | 1101011 | 10100110 | 0 | 101001 | 1000 | 11101 | 100111000 | 100001 | 111000 |
Color Harmonies of #B56BA6
Complementary color
Monochromatic Colors of #B56BA6
Black with #B56BA6
Text Example
Text Example
White with #B56BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56BA6; }
p { color: rgb(181,107,166); }
H1.HeaderClassName
{
color: #B56BA6;
}
.AnyTagClassName
{
color: #B56BA6;
}
</style>
background-color css
<style>
a { background-color: #B56BA6; }
a { background-color: rgb(181,107,166); }
div.DivClassName
{
background-color: #B56BA6;
}
.BgClassName
{
background-color: #B56BA6;
}
</style>
border-color css
<style>
span { border-color: #B56BA6; }
span { border-color: rgb(181,107,166); }
td.TdClassName
{
border-color: #B56BA6;
}
.TagClassName
{
border-color: #B56BA6;
}
</style>