Shades of Violet Blue #B56AAD
Tints of Violet Blue #B56AAD
RGB
CMYK
RGB Variations
Color information
#B56AAD (or 0xB56AAD) is known color: Violet Blue. HEX triplet: B5, 6A and AD. RGB value is (181,106,173). Sum of RGB (Red+Green+Blue) = 181+106+173=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B56AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56AAD is #4A9552. Grayscale: #878787. Windows color (decimal): -4887891 or 11365045. OLE color: 11365045.
HSL color Cylindrical-coordinate representation of color #B56AAD: hue angle of 306.4º 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 #B56AAD is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 106 | 173 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.29 |
| HSL | 306.4º | 0.34% | 0.56% | - |
| HSV(B) | 306.4º | 0.41% | 0.71% | - |
| XYZ | 31.75 | 23.15 | 42.33 | - |
| YUV | 136.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 173 | 0 | 0.41 | 0.04 | 0.29 | 306.4 | 0.34 | 0.56 |
| Hex | B5 | 6A | AD | 0 | 29 | 4 | 1D | 132 | 22 | 38 |
| Octal | 265 | 152 | 255 | 0 | 51 | 4 | 35 | 462 | 42 | 70 |
| Binary | 10110101 | 1101010 | 10101101 | 0 | 101001 | 100 | 11101 | 100110010 | 100010 | 111000 |
Color Harmonies of #B56AAD
Complementary color
Monochromatic Colors of #B56AAD
Black with #B56AAD
Text Example
Text Example
White with #B56AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56AAD; }
p { color: rgb(181,106,173); }
H1.HeaderClassName
{
color: #B56AAD;
}
.AnyTagClassName
{
color: #B56AAD;
}
</style>
background-color css
<style>
a { background-color: #B56AAD; }
a { background-color: rgb(181,106,173); }
div.DivClassName
{
background-color: #B56AAD;
}
.BgClassName
{
background-color: #B56AAD;
}
</style>
border-color css
<style>
span { border-color: #B56AAD; }
span { border-color: rgb(181,106,173); }
td.TdClassName
{
border-color: #B56AAD;
}
.TagClassName
{
border-color: #B56AAD;
}
</style>