Shades of Violet Blue #B16FA9
Tints of Violet Blue #B16FA9
RGB
CMYK
RGB Variations
Color information
#B16FA9 (or 0xB16FA9) is known color: Violet Blue. HEX triplet: B1, 6F and A9. RGB value is (177,111,169). Sum of RGB (Red+Green+Blue) = 177+111+169=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B16FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16FA9 is #4E9056. Grayscale: #898989. Windows color (decimal): -5148759 or 11104177. OLE color: 11104177.
HSL color Cylindrical-coordinate representation of color #B16FA9: hue angle of 307.27º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B16FA9 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 169 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.31 |
| HSL | 307.27º | 0.3% | 0.56% | - |
| HSV(B) | 307.27º | 0.37% | 0.69% | - |
| XYZ | 30.98 | 23.58 | 40.45 | - |
| YUV | 137.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 169 | 0 | 0.37 | 0.05 | 0.31 | 307.27 | 0.3 | 0.56 |
| Hex | B1 | 6F | A9 | 0 | 25 | 5 | 1F | 133 | 1E | 38 |
| Octal | 261 | 157 | 251 | 0 | 45 | 5 | 37 | 463 | 36 | 70 |
| Binary | 10110001 | 1101111 | 10101001 | 0 | 100101 | 101 | 11111 | 100110011 | 11110 | 111000 |
Color Harmonies of #B16FA9
Complementary color
Monochromatic Colors of #B16FA9
Black with #B16FA9
Text Example
Text Example
White with #B16FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16FA9; }
p { color: rgb(177,111,169); }
H1.HeaderClassName
{
color: #B16FA9;
}
.AnyTagClassName
{
color: #B16FA9;
}
</style>
background-color css
<style>
a { background-color: #B16FA9; }
a { background-color: rgb(177,111,169); }
div.DivClassName
{
background-color: #B16FA9;
}
.BgClassName
{
background-color: #B16FA9;
}
</style>
border-color css
<style>
span { border-color: #B16FA9; }
span { border-color: rgb(177,111,169); }
td.TdClassName
{
border-color: #B16FA9;
}
.TagClassName
{
border-color: #B16FA9;
}
</style>