Shades of Violet Blue #B56AAA
Tints of Violet Blue #B56AAA
RGB
CMYK
RGB Variations
Color information
#B56AAA (or 0xB56AAA) is known color: Violet Blue. HEX triplet: B5, 6A and AA. RGB value is (181,106,170). Sum of RGB (Red+Green+Blue) = 181+106+170=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B56AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56AAA is #4A9555. Grayscale: #878787. Windows color (decimal): -4887894 or 11168437. OLE color: 11168437.
HSL color Cylindrical-coordinate representation of color #B56AAA: hue angle of 308.8º 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 #B56AAA is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 106 | 170 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.29 |
| HSL | 308.8º | 0.34% | 0.56% | - |
| HSV(B) | 308.8º | 0.41% | 0.71% | - |
| XYZ | 31.47 | 23.03 | 40.82 | - |
| YUV | 135.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 170 | 0 | 0.41 | 0.06 | 0.29 | 308.8 | 0.34 | 0.56 |
| Hex | B5 | 6A | AA | 0 | 29 | 6 | 1D | 135 | 22 | 38 |
| Octal | 265 | 152 | 252 | 0 | 51 | 6 | 35 | 465 | 42 | 70 |
| Binary | 10110101 | 1101010 | 10101010 | 0 | 101001 | 110 | 11101 | 100110101 | 100010 | 111000 |
Color Harmonies of #B56AAA
Complementary color
Monochromatic Colors of #B56AAA
Black with #B56AAA
Text Example
Text Example
White with #B56AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56AAA; }
p { color: rgb(181,106,170); }
H1.HeaderClassName
{
color: #B56AAA;
}
.AnyTagClassName
{
color: #B56AAA;
}
</style>
background-color css
<style>
a { background-color: #B56AAA; }
a { background-color: rgb(181,106,170); }
div.DivClassName
{
background-color: #B56AAA;
}
.BgClassName
{
background-color: #B56AAA;
}
</style>
border-color css
<style>
span { border-color: #B56AAA; }
span { border-color: rgb(181,106,170); }
td.TdClassName
{
border-color: #B56AAA;
}
.TagClassName
{
border-color: #B56AAA;
}
</style>