Shades of Violet Blue #B16FAE
Tints of Violet Blue #B16FAE
RGB
CMYK
RGB Variations
Color information
#B16FAE (or 0xB16FAE) is known color: Violet Blue. HEX triplet: B1, 6F and AE. RGB value is (177,111,174). Sum of RGB (Red+Green+Blue) = 177+111+174=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B16FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16FAE is #4E9051. Grayscale: #898989. Windows color (decimal): -5148754 or 11431857. OLE color: 11431857.
HSL color Cylindrical-coordinate representation of color #B16FAE: hue angle of 302.73º 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 #B16FAE is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 111 | 174 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.31 |
| HSL | 302.73º | 0.3% | 0.56% | - |
| HSV(B) | 302.73º | 0.37% | 0.69% | - |
| XYZ | 31.46 | 23.77 | 42.97 | - |
| YUV | 137.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 174 | 0 | 0.37 | 0.02 | 0.31 | 302.73 | 0.3 | 0.56 |
| Hex | B1 | 6F | AE | 0 | 25 | 2 | 1F | 12F | 1E | 38 |
| Octal | 261 | 157 | 256 | 0 | 45 | 2 | 37 | 457 | 36 | 70 |
| Binary | 10110001 | 1101111 | 10101110 | 0 | 100101 | 10 | 11111 | 100101111 | 11110 | 111000 |
Color Harmonies of #B16FAE
Complementary color
Monochromatic Colors of #B16FAE
Black with #B16FAE
Text Example
Text Example
White with #B16FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16FAE; }
p { color: rgb(177,111,174); }
H1.HeaderClassName
{
color: #B16FAE;
}
.AnyTagClassName
{
color: #B16FAE;
}
</style>
background-color css
<style>
a { background-color: #B16FAE; }
a { background-color: rgb(177,111,174); }
div.DivClassName
{
background-color: #B16FAE;
}
.BgClassName
{
background-color: #B16FAE;
}
</style>
border-color css
<style>
span { border-color: #B16FAE; }
span { border-color: rgb(177,111,174); }
td.TdClassName
{
border-color: #B16FAE;
}
.TagClassName
{
border-color: #B16FAE;
}
</style>