Shades of Violet Blue #B16BAA
Tints of Violet Blue #B16BAA
RGB
CMYK
RGB Variations
Color information
#B16BAA (or 0xB16BAA) is known color: Violet Blue. HEX triplet: B1, 6B and AA. RGB value is (177,107,170). Sum of RGB (Red+Green+Blue) = 177+107+170=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B16BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16BAA is #4E9455. Grayscale: #868686. Windows color (decimal): -5149782 or 11168689. OLE color: 11168689.
HSL color Cylindrical-coordinate representation of color #B16BAA: hue angle of 306º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16BAA is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 107 | 170 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.31 |
| HSL | 306º | 0.31% | 0.56% | - |
| HSV(B) | 306º | 0.4% | 0.69% | - |
| XYZ | 30.64 | 22.76 | 40.81 | - |
| YUV | 135.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 170 | 0 | 0.40 | 0.04 | 0.31 | 306 | 0.31 | 0.56 |
| Hex | B1 | 6B | AA | 0 | 28 | 4 | 1F | 132 | 1F | 38 |
| Octal | 261 | 153 | 252 | 0 | 50 | 4 | 37 | 462 | 37 | 70 |
| Binary | 10110001 | 1101011 | 10101010 | 0 | 101000 | 100 | 11111 | 100110010 | 11111 | 111000 |
Color Harmonies of #B16BAA
Complementary color
Monochromatic Colors of #B16BAA
Black with #B16BAA
Text Example
Text Example
White with #B16BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16BAA; }
p { color: rgb(177,107,170); }
H1.HeaderClassName
{
color: #B16BAA;
}
.AnyTagClassName
{
color: #B16BAA;
}
</style>
background-color css
<style>
a { background-color: #B16BAA; }
a { background-color: rgb(177,107,170); }
div.DivClassName
{
background-color: #B16BAA;
}
.BgClassName
{
background-color: #B16BAA;
}
</style>
border-color css
<style>
span { border-color: #B16BAA; }
span { border-color: rgb(177,107,170); }
td.TdClassName
{
border-color: #B16BAA;
}
.TagClassName
{
border-color: #B16BAA;
}
</style>