Shades of Violet Blue #B16FAA
Tints of Violet Blue #B16FAA
RGB
CMYK
RGB Variations
Color information
#B16FAA (or 0xB16FAA) is known color: Violet Blue. HEX triplet: B1, 6F and AA. RGB value is (177,111,170). Sum of RGB (Red+Green+Blue) = 177+111+170=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B16FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16FAA is #4E9055. Grayscale: #898989. Windows color (decimal): -5148758 or 11169713. OLE color: 11169713.
HSL color Cylindrical-coordinate representation of color #B16FAA: hue angle of 306.36º 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 #B16FAA is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 170 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.31 |
| HSL | 306.36º | 0.3% | 0.56% | - |
| HSV(B) | 306.36º | 0.37% | 0.69% | - |
| XYZ | 31.07 | 23.62 | 40.95 | - |
| YUV | 137.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 170 | 0 | 0.37 | 0.04 | 0.31 | 306.36 | 0.3 | 0.56 |
| Hex | B1 | 6F | AA | 0 | 25 | 4 | 1F | 132 | 1E | 38 |
| Octal | 261 | 157 | 252 | 0 | 45 | 4 | 37 | 462 | 36 | 70 |
| Binary | 10110001 | 1101111 | 10101010 | 0 | 100101 | 100 | 11111 | 100110010 | 11110 | 111000 |
Color Harmonies of #B16FAA
Complementary color
Monochromatic Colors of #B16FAA
Black with #B16FAA
Text Example
Text Example
White with #B16FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16FAA; }
p { color: rgb(177,111,170); }
H1.HeaderClassName
{
color: #B16FAA;
}
.AnyTagClassName
{
color: #B16FAA;
}
</style>
background-color css
<style>
a { background-color: #B16FAA; }
a { background-color: rgb(177,111,170); }
div.DivClassName
{
background-color: #B16FAA;
}
.BgClassName
{
background-color: #B16FAA;
}
</style>
border-color css
<style>
span { border-color: #B16FAA; }
span { border-color: rgb(177,111,170); }
td.TdClassName
{
border-color: #B16FAA;
}
.TagClassName
{
border-color: #B16FAA;
}
</style>