Shades of Violet Blue #B56AAC
Tints of Violet Blue #B56AAC
RGB
CMYK
RGB Variations
Color information
#B56AAC (or 0xB56AAC) is known color: Violet Blue. HEX triplet: B5, 6A and AC. RGB value is (181,106,172). Sum of RGB (Red+Green+Blue) = 181+106+172=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B56AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56AAC is #4A9553. Grayscale: #878787. Windows color (decimal): -4887892 or 11299509. OLE color: 11299509.
HSL color Cylindrical-coordinate representation of color #B56AAC: hue angle of 307.2º 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 #B56AAC is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 106 | 172 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.29 |
| HSL | 307.2º | 0.34% | 0.56% | - |
| HSV(B) | 307.2º | 0.41% | 0.71% | - |
| XYZ | 31.66 | 23.11 | 41.82 | - |
| YUV | 135.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 172 | 0 | 0.41 | 0.05 | 0.29 | 307.2 | 0.34 | 0.56 |
| Hex | B5 | 6A | AC | 0 | 29 | 5 | 1D | 133 | 22 | 38 |
| Octal | 265 | 152 | 254 | 0 | 51 | 5 | 35 | 463 | 42 | 70 |
| Binary | 10110101 | 1101010 | 10101100 | 0 | 101001 | 101 | 11101 | 100110011 | 100010 | 111000 |
Color Harmonies of #B56AAC
Complementary color
Monochromatic Colors of #B56AAC
Black with #B56AAC
Text Example
Text Example
White with #B56AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56AAC; }
p { color: rgb(181,106,172); }
H1.HeaderClassName
{
color: #B56AAC;
}
.AnyTagClassName
{
color: #B56AAC;
}
</style>
background-color css
<style>
a { background-color: #B56AAC; }
a { background-color: rgb(181,106,172); }
div.DivClassName
{
background-color: #B56AAC;
}
.BgClassName
{
background-color: #B56AAC;
}
</style>
border-color css
<style>
span { border-color: #B56AAC; }
span { border-color: rgb(181,106,172); }
td.TdClassName
{
border-color: #B56AAC;
}
.TagClassName
{
border-color: #B56AAC;
}
</style>