Shades of Violet Blue #B16299
Tints of Violet Blue #B16299
RGB
CMYK
RGB Variations
Color information
#B16299 (or 0xB16299) is known color: Violet Blue. HEX triplet: B1, 62 and 99. RGB value is (177,98,153). Sum of RGB (Red+Green+Blue) = 177+98+153=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B16299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16299 is #4E9D66. Grayscale: #7F7F7F. Windows color (decimal): -5152103 or 10052273. OLE color: 10052273.
HSL color Cylindrical-coordinate representation of color #B16299: hue angle of 318.23º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16299 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 153 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.31 |
| HSL | 318.23º | 0.34% | 0.54% | - |
| HSV(B) | 318.23º | 0.45% | 0.69% | - |
| XYZ | 28.25 | 20.38 | 32.58 | - |
| YUV | 127.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 153 | 0 | 0.45 | 0.14 | 0.31 | 318.23 | 0.34 | 0.54 |
| Hex | B1 | 62 | 99 | 0 | 2D | E | 1F | 13E | 22 | 36 |
| Octal | 261 | 142 | 231 | 0 | 55 | 16 | 37 | 476 | 42 | 66 |
| Binary | 10110001 | 1100010 | 10011001 | 0 | 101101 | 1110 | 11111 | 100111110 | 100010 | 110110 |
Color Harmonies of #B16299
Complementary color
Monochromatic Colors of #B16299
Black with #B16299
Text Example
Text Example
White with #B16299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16299; }
p { color: rgb(177,98,153); }
H1.HeaderClassName
{
color: #B16299;
}
.AnyTagClassName
{
color: #B16299;
}
</style>
background-color css
<style>
a { background-color: #B16299; }
a { background-color: rgb(177,98,153); }
div.DivClassName
{
background-color: #B16299;
}
.BgClassName
{
background-color: #B16299;
}
</style>
border-color css
<style>
span { border-color: #B16299; }
span { border-color: rgb(177,98,153); }
td.TdClassName
{
border-color: #B16299;
}
.TagClassName
{
border-color: #B16299;
}
</style>