Shades of Violet Blue #B56DB0
Tints of Violet Blue #B56DB0
RGB
CMYK
RGB Variations
Color information
#B56DB0 (or 0xB56DB0) is known color: Violet Blue. HEX triplet: B5, 6D and B0. RGB value is (181,109,176). Sum of RGB (Red+Green+Blue) = 181+109+176=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B56DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56DB0 is #4A924F. Grayscale: #898989. Windows color (decimal): -4887120 or 11562421. OLE color: 11562421.
HSL color Cylindrical-coordinate representation of color #B56DB0: hue angle of 304.17º 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 #B56DB0 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 109 | 176 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.29 |
| HSL | 304.17º | 0.33% | 0.57% | - |
| HSV(B) | 304.17º | 0.4% | 0.71% | - |
| XYZ | 32.36 | 23.9 | 43.98 | - |
| YUV | 138.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 176 | 0 | 0.40 | 0.03 | 0.29 | 304.17 | 0.33 | 0.57 |
| Hex | B5 | 6D | B0 | 0 | 28 | 3 | 1D | 130 | 21 | 39 |
| Octal | 265 | 155 | 260 | 0 | 50 | 3 | 35 | 460 | 41 | 71 |
| Binary | 10110101 | 1101101 | 10110000 | 0 | 101000 | 11 | 11101 | 100110000 | 100001 | 111001 |
Color Harmonies of #B56DB0
Complementary color
Monochromatic Colors of #B56DB0
Black with #B56DB0
Text Example
Text Example
White with #B56DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DB0; }
p { color: rgb(181,109,176); }
H1.HeaderClassName
{
color: #B56DB0;
}
.AnyTagClassName
{
color: #B56DB0;
}
</style>
background-color css
<style>
a { background-color: #B56DB0; }
a { background-color: rgb(181,109,176); }
div.DivClassName
{
background-color: #B56DB0;
}
.BgClassName
{
background-color: #B56DB0;
}
</style>
border-color css
<style>
span { border-color: #B56DB0; }
span { border-color: rgb(181,109,176); }
td.TdClassName
{
border-color: #B56DB0;
}
.TagClassName
{
border-color: #B56DB0;
}
</style>