Shades of Violet Blue #B56AA9
Tints of Violet Blue #B56AA9
RGB
CMYK
RGB Variations
Color information
#B56AA9 (or 0xB56AA9) is known color: Violet Blue. HEX triplet: B5, 6A and A9. RGB value is (181,106,169). Sum of RGB (Red+Green+Blue) = 181+106+169=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B56AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56AA9 is #4A9556. Grayscale: #878787. Windows color (decimal): -4887895 or 11102901. OLE color: 11102901.
HSL color Cylindrical-coordinate representation of color #B56AA9: hue angle of 309.6º degrees, saturation: 0.34, 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 #B56AA9 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 106 | 169 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.29 |
| HSL | 309.6º | 0.34% | 0.56% | - |
| HSV(B) | 309.6º | 0.41% | 0.71% | - |
| XYZ | 31.37 | 23 | 40.32 | - |
| YUV | 135.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 169 | 0 | 0.41 | 0.07 | 0.29 | 309.6 | 0.34 | 0.56 |
| Hex | B5 | 6A | A9 | 0 | 29 | 7 | 1D | 136 | 22 | 38 |
| Octal | 265 | 152 | 251 | 0 | 51 | 7 | 35 | 466 | 42 | 70 |
| Binary | 10110101 | 1101010 | 10101001 | 0 | 101001 | 111 | 11101 | 100110110 | 100010 | 111000 |
Color Harmonies of #B56AA9
Complementary color
Monochromatic Colors of #B56AA9
Black with #B56AA9
Text Example
Text Example
White with #B56AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56AA9; }
p { color: rgb(181,106,169); }
H1.HeaderClassName
{
color: #B56AA9;
}
.AnyTagClassName
{
color: #B56AA9;
}
</style>
background-color css
<style>
a { background-color: #B56AA9; }
a { background-color: rgb(181,106,169); }
div.DivClassName
{
background-color: #B56AA9;
}
.BgClassName
{
background-color: #B56AA9;
}
</style>
border-color css
<style>
span { border-color: #B56AA9; }
span { border-color: rgb(181,106,169); }
td.TdClassName
{
border-color: #B56AA9;
}
.TagClassName
{
border-color: #B56AA9;
}
</style>