Shades of Violet Blue #B16EAB
Tints of Violet Blue #B16EAB
RGB
CMYK
RGB Variations
Color information
#B16EAB (or 0xB16EAB) is known color: Violet Blue. HEX triplet: B1, 6E and AB. RGB value is (177,110,171). Sum of RGB (Red+Green+Blue) = 177+110+171=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B16EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16EAB is #4E9154. Grayscale: #888888. Windows color (decimal): -5149013 or 11234993. OLE color: 11234993.
HSL color Cylindrical-coordinate representation of color #B16EAB: hue angle of 305.37º 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 #B16EAB is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 110 | 171 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.31 |
| HSL | 305.37º | 0.3% | 0.56% | - |
| HSV(B) | 305.37º | 0.38% | 0.69% | - |
| XYZ | 31.06 | 23.44 | 41.42 | - |
| YUV | 136.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 171 | 0 | 0.38 | 0.03 | 0.31 | 305.37 | 0.3 | 0.56 |
| Hex | B1 | 6E | AB | 0 | 26 | 3 | 1F | 131 | 1E | 38 |
| Octal | 261 | 156 | 253 | 0 | 46 | 3 | 37 | 461 | 36 | 70 |
| Binary | 10110001 | 1101110 | 10101011 | 0 | 100110 | 11 | 11111 | 100110001 | 11110 | 111000 |
Color Harmonies of #B16EAB
Complementary color
Monochromatic Colors of #B16EAB
Black with #B16EAB
Text Example
Text Example
White with #B16EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16EAB; }
p { color: rgb(177,110,171); }
H1.HeaderClassName
{
color: #B16EAB;
}
.AnyTagClassName
{
color: #B16EAB;
}
</style>
background-color css
<style>
a { background-color: #B16EAB; }
a { background-color: rgb(177,110,171); }
div.DivClassName
{
background-color: #B16EAB;
}
.BgClassName
{
background-color: #B16EAB;
}
</style>
border-color css
<style>
span { border-color: #B16EAB; }
span { border-color: rgb(177,110,171); }
td.TdClassName
{
border-color: #B16EAB;
}
.TagClassName
{
border-color: #B16EAB;
}
</style>