Shades of Violet Blue #B16DAB
Tints of Violet Blue #B16DAB
RGB
CMYK
RGB Variations
Color information
#B16DAB (or 0xB16DAB) is known color: Violet Blue. HEX triplet: B1, 6D and AB. RGB value is (177,109,171). Sum of RGB (Red+Green+Blue) = 177+109+171=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B16DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16DAB is #4E9254. Grayscale: #888888. Windows color (decimal): -5149269 or 11234737. OLE color: 11234737.
HSL color Cylindrical-coordinate representation of color #B16DAB: hue angle of 305.29º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16DAB is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 109 | 171 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.31 |
| HSL | 305.29º | 0.3% | 0.56% | - |
| HSV(B) | 305.29º | 0.38% | 0.69% | - |
| XYZ | 30.95 | 23.22 | 41.38 | - |
| YUV | 136.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 171 | 0 | 0.38 | 0.03 | 0.31 | 305.29 | 0.3 | 0.56 |
| Hex | B1 | 6D | AB | 0 | 26 | 3 | 1F | 131 | 1E | 38 |
| Octal | 261 | 155 | 253 | 0 | 46 | 3 | 37 | 461 | 36 | 70 |
| Binary | 10110001 | 1101101 | 10101011 | 0 | 100110 | 11 | 11111 | 100110001 | 11110 | 111000 |
Color Harmonies of #B16DAB
Complementary color
Monochromatic Colors of #B16DAB
Black with #B16DAB
Text Example
Text Example
White with #B16DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16DAB; }
p { color: rgb(177,109,171); }
H1.HeaderClassName
{
color: #B16DAB;
}
.AnyTagClassName
{
color: #B16DAB;
}
</style>
background-color css
<style>
a { background-color: #B16DAB; }
a { background-color: rgb(177,109,171); }
div.DivClassName
{
background-color: #B16DAB;
}
.BgClassName
{
background-color: #B16DAB;
}
</style>
border-color css
<style>
span { border-color: #B16DAB; }
span { border-color: rgb(177,109,171); }
td.TdClassName
{
border-color: #B16DAB;
}
.TagClassName
{
border-color: #B16DAB;
}
</style>