Shades of Violet Blue #B160A0
Tints of Violet Blue #B160A0
RGB
CMYK
RGB Variations
Color information
#B160A0 (or 0xB160A0) is known color: Violet Blue. HEX triplet: B1, 60 and A0. RGB value is (177,96,160). Sum of RGB (Red+Green+Blue) = 177+96+160=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B160A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B160A0 is #4E9F5F. Grayscale: #7F7F7F. Windows color (decimal): -5152608 or 10510513. OLE color: 10510513.
HSL color Cylindrical-coordinate representation of color #B160A0: hue angle of 312.59º 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 #B160A0 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 160 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.31 |
| HSL | 312.59º | 0.34% | 0.54% | - |
| HSV(B) | 312.59º | 0.46% | 0.69% | - |
| XYZ | 28.66 | 20.25 | 35.66 | - |
| YUV | 127.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 160 | 0 | 0.46 | 0.10 | 0.31 | 312.59 | 0.34 | 0.54 |
| Hex | B1 | 60 | A0 | 0 | 2E | A | 1F | 139 | 22 | 36 |
| Octal | 261 | 140 | 240 | 0 | 56 | 12 | 37 | 471 | 42 | 66 |
| Binary | 10110001 | 1100000 | 10100000 | 0 | 101110 | 1010 | 11111 | 100111001 | 100010 | 110110 |
Color Harmonies of #B160A0
Complementary color
Monochromatic Colors of #B160A0
Black with #B160A0
Text Example
Text Example
White with #B160A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B160A0; }
p { color: rgb(177,96,160); }
H1.HeaderClassName
{
color: #B160A0;
}
.AnyTagClassName
{
color: #B160A0;
}
</style>
background-color css
<style>
a { background-color: #B160A0; }
a { background-color: rgb(177,96,160); }
div.DivClassName
{
background-color: #B160A0;
}
.BgClassName
{
background-color: #B160A0;
}
</style>
border-color css
<style>
span { border-color: #B160A0; }
span { border-color: rgb(177,96,160); }
td.TdClassName
{
border-color: #B160A0;
}
.TagClassName
{
border-color: #B160A0;
}
</style>