Shades of Violet Blue #B56BA7
Tints of Violet Blue #B56BA7
RGB
CMYK
RGB Variations
Color information
#B56BA7 (or 0xB56BA7) is known color: Violet Blue. HEX triplet: B5, 6B and A7. RGB value is (181,107,167). Sum of RGB (Red+Green+Blue) = 181+107+167=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B56BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56BA7 is #4A9458. Grayscale: #878787. Windows color (decimal): -4887641 or 10972085. OLE color: 10972085.
HSL color Cylindrical-coordinate representation of color #B56BA7: hue angle of 311.35º degrees, saturation: 0.33, 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 #B56BA7 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 107 | 167 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.29 |
| HSL | 311.35º | 0.33% | 0.56% | - |
| HSV(B) | 311.35º | 0.41% | 0.71% | - |
| XYZ | 31.29 | 23.13 | 39.37 | - |
| YUV | 135.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 167 | 0 | 0.41 | 0.08 | 0.29 | 311.35 | 0.33 | 0.56 |
| Hex | B5 | 6B | A7 | 0 | 29 | 8 | 1D | 137 | 21 | 38 |
| Octal | 265 | 153 | 247 | 0 | 51 | 10 | 35 | 467 | 41 | 70 |
| Binary | 10110101 | 1101011 | 10100111 | 0 | 101001 | 1000 | 11101 | 100110111 | 100001 | 111000 |
Color Harmonies of #B56BA7
Complementary color
Monochromatic Colors of #B56BA7
Black with #B56BA7
Text Example
Text Example
White with #B56BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56BA7; }
p { color: rgb(181,107,167); }
H1.HeaderClassName
{
color: #B56BA7;
}
.AnyTagClassName
{
color: #B56BA7;
}
</style>
background-color css
<style>
a { background-color: #B56BA7; }
a { background-color: rgb(181,107,167); }
div.DivClassName
{
background-color: #B56BA7;
}
.BgClassName
{
background-color: #B56BA7;
}
</style>
border-color css
<style>
span { border-color: #B56BA7; }
span { border-color: rgb(181,107,167); }
td.TdClassName
{
border-color: #B56BA7;
}
.TagClassName
{
border-color: #B56BA7;
}
</style>