Shades of Violet Blue #B56EAA
Tints of Violet Blue #B56EAA
RGB
CMYK
RGB Variations
Color information
#B56EAA (or 0xB56EAA) is known color: Violet Blue. HEX triplet: B5, 6E and AA. RGB value is (181,110,170). Sum of RGB (Red+Green+Blue) = 181+110+170=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B56EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56EAA is #4A9155. Grayscale: #898989. Windows color (decimal): -4886870 or 11169461. OLE color: 11169461.
HSL color Cylindrical-coordinate representation of color #B56EAA: hue angle of 309.3º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56EAA is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 170 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.29 |
| HSL | 309.3º | 0.32% | 0.57% | - |
| HSV(B) | 309.3º | 0.39% | 0.71% | - |
| XYZ | 31.89 | 23.88 | 40.96 | - |
| YUV | 138.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 170 | 0 | 0.39 | 0.06 | 0.29 | 309.3 | 0.32 | 0.57 |
| Hex | B5 | 6E | AA | 0 | 27 | 6 | 1D | 135 | 20 | 39 |
| Octal | 265 | 156 | 252 | 0 | 47 | 6 | 35 | 465 | 40 | 71 |
| Binary | 10110101 | 1101110 | 10101010 | 0 | 100111 | 110 | 11101 | 100110101 | 100000 | 111001 |
Color Harmonies of #B56EAA
Complementary color
Monochromatic Colors of #B56EAA
Black with #B56EAA
Text Example
Text Example
White with #B56EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56EAA; }
p { color: rgb(181,110,170); }
H1.HeaderClassName
{
color: #B56EAA;
}
.AnyTagClassName
{
color: #B56EAA;
}
</style>
background-color css
<style>
a { background-color: #B56EAA; }
a { background-color: rgb(181,110,170); }
div.DivClassName
{
background-color: #B56EAA;
}
.BgClassName
{
background-color: #B56EAA;
}
</style>
border-color css
<style>
span { border-color: #B56EAA; }
span { border-color: rgb(181,110,170); }
td.TdClassName
{
border-color: #B56EAA;
}
.TagClassName
{
border-color: #B56EAA;
}
</style>