Shades of Violet Blue #B160AD
Tints of Violet Blue #B160AD
RGB
CMYK
RGB Variations
Color information
#B160AD (or 0xB160AD) is known color: Violet Blue. HEX triplet: B1, 60 and AD. RGB value is (177,96,173). Sum of RGB (Red+Green+Blue) = 177+96+173=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B160AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B160AD is #4E9F52. Grayscale: #808080. Windows color (decimal): -5152595 or 11362481. OLE color: 11362481.
HSL color Cylindrical-coordinate representation of color #B160AD: hue angle of 302.96º 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 #B160AD is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 173 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.31 |
| HSL | 302.96º | 0.34% | 0.54% | - |
| HSV(B) | 302.96º | 0.46% | 0.69% | - |
| XYZ | 29.86 | 20.73 | 41.96 | - |
| YUV | 129 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 173 | 0 | 0.46 | 0.02 | 0.31 | 302.96 | 0.34 | 0.54 |
| Hex | B1 | 60 | AD | 0 | 2E | 2 | 1F | 12F | 22 | 36 |
| Octal | 261 | 140 | 255 | 0 | 56 | 2 | 37 | 457 | 42 | 66 |
| Binary | 10110001 | 1100000 | 10101101 | 0 | 101110 | 10 | 11111 | 100101111 | 100010 | 110110 |
Color Harmonies of #B160AD
Complementary color
Monochromatic Colors of #B160AD
Black with #B160AD
Text Example
Text Example
White with #B160AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B160AD; }
p { color: rgb(177,96,173); }
H1.HeaderClassName
{
color: #B160AD;
}
.AnyTagClassName
{
color: #B160AD;
}
</style>
background-color css
<style>
a { background-color: #B160AD; }
a { background-color: rgb(177,96,173); }
div.DivClassName
{
background-color: #B160AD;
}
.BgClassName
{
background-color: #B160AD;
}
</style>
border-color css
<style>
span { border-color: #B160AD; }
span { border-color: rgb(177,96,173); }
td.TdClassName
{
border-color: #B160AD;
}
.TagClassName
{
border-color: #B160AD;
}
</style>