Shades of Violet Blue #B56DB1
Tints of Violet Blue #B56DB1
RGB
CMYK
RGB Variations
Color information
#B56DB1 (or 0xB56DB1) is known color: Violet Blue. HEX triplet: B5, 6D and B1. RGB value is (181,109,177). Sum of RGB (Red+Green+Blue) = 181+109+177=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B56DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56DB1 is #4A924E. Grayscale: #8A8A8A. Windows color (decimal): -4887119 or 11627957. OLE color: 11627957.
HSL color Cylindrical-coordinate representation of color #B56DB1: hue angle of 303.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56DB1 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 109 | 177 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.29 |
| HSL | 303.33º | 0.33% | 0.57% | - |
| HSV(B) | 303.33º | 0.4% | 0.71% | - |
| XYZ | 32.46 | 23.94 | 44.5 | - |
| YUV | 138.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 177 | 0 | 0.40 | 0.02 | 0.29 | 303.33 | 0.33 | 0.57 |
| Hex | B5 | 6D | B1 | 0 | 28 | 2 | 1D | 12F | 21 | 39 |
| Octal | 265 | 155 | 261 | 0 | 50 | 2 | 35 | 457 | 41 | 71 |
| Binary | 10110101 | 1101101 | 10110001 | 0 | 101000 | 10 | 11101 | 100101111 | 100001 | 111001 |
Color Harmonies of #B56DB1
Complementary color
Monochromatic Colors of #B56DB1
Black with #B56DB1
Text Example
Text Example
White with #B56DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DB1; }
p { color: rgb(181,109,177); }
H1.HeaderClassName
{
color: #B56DB1;
}
.AnyTagClassName
{
color: #B56DB1;
}
</style>
background-color css
<style>
a { background-color: #B56DB1; }
a { background-color: rgb(181,109,177); }
div.DivClassName
{
background-color: #B56DB1;
}
.BgClassName
{
background-color: #B56DB1;
}
</style>
border-color css
<style>
span { border-color: #B56DB1; }
span { border-color: rgb(181,109,177); }
td.TdClassName
{
border-color: #B56DB1;
}
.TagClassName
{
border-color: #B56DB1;
}
</style>