Shades of Violet Blue #B16098
Tints of Violet Blue #B16098
RGB
CMYK
RGB Variations
Color information
#B16098 (or 0xB16098) is known color: Violet Blue. HEX triplet: B1, 60 and 98. RGB value is (177,96,152). Sum of RGB (Red+Green+Blue) = 177+96+152=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B16098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16098 is #4E9F67. Grayscale: #7E7E7E. Windows color (decimal): -5152616 or 9986225. OLE color: 9986225.
HSL color Cylindrical-coordinate representation of color #B16098: hue angle of 318.52º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B16098 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 152 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.31 |
| HSL | 318.52º | 0.34% | 0.54% | - |
| HSV(B) | 318.52º | 0.46% | 0.69% | - |
| XYZ | 27.98 | 19.98 | 32.09 | - |
| YUV | 126.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 152 | 0 | 0.46 | 0.14 | 0.31 | 318.52 | 0.34 | 0.54 |
| Hex | B1 | 60 | 98 | 0 | 2E | E | 1F | 13F | 22 | 36 |
| Octal | 261 | 140 | 230 | 0 | 56 | 16 | 37 | 477 | 42 | 66 |
| Binary | 10110001 | 1100000 | 10011000 | 0 | 101110 | 1110 | 11111 | 100111111 | 100010 | 110110 |
Color Harmonies of #B16098
Complementary color
Monochromatic Colors of #B16098
Black with #B16098
Text Example
Text Example
White with #B16098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16098; }
p { color: rgb(177,96,152); }
H1.HeaderClassName
{
color: #B16098;
}
.AnyTagClassName
{
color: #B16098;
}
</style>
background-color css
<style>
a { background-color: #B16098; }
a { background-color: rgb(177,96,152); }
div.DivClassName
{
background-color: #B16098;
}
.BgClassName
{
background-color: #B16098;
}
</style>
border-color css
<style>
span { border-color: #B16098; }
span { border-color: rgb(177,96,152); }
td.TdClassName
{
border-color: #B16098;
}
.TagClassName
{
border-color: #B16098;
}
</style>