Shades of Violet Blue #B160A2
Tints of Violet Blue #B160A2
RGB
CMYK
RGB Variations
Color information
#B160A2 (or 0xB160A2) is known color: Violet Blue. HEX triplet: B1, 60 and A2. RGB value is (177,96,162). Sum of RGB (Red+Green+Blue) = 177+96+162=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B160A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B160A2 is #4E9F5D. Grayscale: #7F7F7F. Windows color (decimal): -5152606 or 10641585. OLE color: 10641585.
HSL color Cylindrical-coordinate representation of color #B160A2: hue angle of 311.11º 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 #B160A2 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 162 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.31 |
| HSL | 311.11º | 0.34% | 0.54% | - |
| HSV(B) | 311.11º | 0.46% | 0.69% | - |
| XYZ | 28.84 | 20.32 | 36.59 | - |
| YUV | 127.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 162 | 0 | 0.46 | 0.08 | 0.31 | 311.11 | 0.34 | 0.54 |
| Hex | B1 | 60 | A2 | 0 | 2E | 8 | 1F | 137 | 22 | 36 |
| Octal | 261 | 140 | 242 | 0 | 56 | 10 | 37 | 467 | 42 | 66 |
| Binary | 10110001 | 1100000 | 10100010 | 0 | 101110 | 1000 | 11111 | 100110111 | 100010 | 110110 |
Color Harmonies of #B160A2
Complementary color
Monochromatic Colors of #B160A2
Black with #B160A2
Text Example
Text Example
White with #B160A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B160A2; }
p { color: rgb(177,96,162); }
H1.HeaderClassName
{
color: #B160A2;
}
.AnyTagClassName
{
color: #B160A2;
}
</style>
background-color css
<style>
a { background-color: #B160A2; }
a { background-color: rgb(177,96,162); }
div.DivClassName
{
background-color: #B160A2;
}
.BgClassName
{
background-color: #B160A2;
}
</style>
border-color css
<style>
span { border-color: #B160A2; }
span { border-color: rgb(177,96,162); }
td.TdClassName
{
border-color: #B160A2;
}
.TagClassName
{
border-color: #B160A2;
}
</style>