Shades of Violet Blue #B56FB0
Tints of Violet Blue #B56FB0
RGB
CMYK
RGB Variations
Color information
#B56FB0 (or 0xB56FB0) is known color: Violet Blue. HEX triplet: B5, 6F and B0. RGB value is (181,111,176). Sum of RGB (Red+Green+Blue) = 181+111+176=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B56FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56FB0 is #4A904F. Grayscale: #8B8B8B. Windows color (decimal): -4886608 or 11562933. OLE color: 11562933.
HSL color Cylindrical-coordinate representation of color #B56FB0: hue angle of 304.29º 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 #B56FB0 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 111 | 176 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.29 |
| HSL | 304.29º | 0.32% | 0.57% | - |
| HSV(B) | 304.29º | 0.39% | 0.71% | - |
| XYZ | 32.58 | 24.33 | 44.05 | - |
| YUV | 139.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 176 | 0 | 0.39 | 0.03 | 0.29 | 304.29 | 0.32 | 0.57 |
| Hex | B5 | 6F | B0 | 0 | 27 | 3 | 1D | 130 | 20 | 39 |
| Octal | 265 | 157 | 260 | 0 | 47 | 3 | 35 | 460 | 40 | 71 |
| Binary | 10110101 | 1101111 | 10110000 | 0 | 100111 | 11 | 11101 | 100110000 | 100000 | 111001 |
Color Harmonies of #B56FB0
Complementary color
Monochromatic Colors of #B56FB0
Black with #B56FB0
Text Example
Text Example
White with #B56FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FB0; }
p { color: rgb(181,111,176); }
H1.HeaderClassName
{
color: #B56FB0;
}
.AnyTagClassName
{
color: #B56FB0;
}
</style>
background-color css
<style>
a { background-color: #B56FB0; }
a { background-color: rgb(181,111,176); }
div.DivClassName
{
background-color: #B56FB0;
}
.BgClassName
{
background-color: #B56FB0;
}
</style>
border-color css
<style>
span { border-color: #B56FB0; }
span { border-color: rgb(181,111,176); }
td.TdClassName
{
border-color: #B56FB0;
}
.TagClassName
{
border-color: #B56FB0;
}
</style>