Shades of Violet Blue #B16AB0
Tints of Violet Blue #B16AB0
RGB
CMYK
RGB Variations
Color information
#B16AB0 (or 0xB16AB0) is known color: Violet Blue. HEX triplet: B1, 6A and B0. RGB value is (177,106,176). Sum of RGB (Red+Green+Blue) = 177+106+176=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B16AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16AB0 is #4E954F. Grayscale: #878787. Windows color (decimal): -5150032 or 11561649. OLE color: 11561649.
HSL color Cylindrical-coordinate representation of color #B16AB0: hue angle of 300.85º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16AB0 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 176 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.31 |
| HSL | 300.85º | 0.31% | 0.55% | - |
| HSV(B) | 300.85º | 0.4% | 0.69% | - |
| XYZ | 31.12 | 22.79 | 43.83 | - |
| YUV | 135.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 176 | 0 | 0.40 | 0.01 | 0.31 | 300.85 | 0.31 | 0.55 |
| Hex | B1 | 6A | B0 | 0 | 28 | 1 | 1F | 12D | 1F | 37 |
| Octal | 261 | 152 | 260 | 0 | 50 | 1 | 37 | 455 | 37 | 67 |
| Binary | 10110001 | 1101010 | 10110000 | 0 | 101000 | 1 | 11111 | 100101101 | 11111 | 110111 |
Color Harmonies of #B16AB0
Complementary color
Monochromatic Colors of #B16AB0
Black with #B16AB0
Text Example
Text Example
White with #B16AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16AB0; }
p { color: rgb(177,106,176); }
H1.HeaderClassName
{
color: #B16AB0;
}
.AnyTagClassName
{
color: #B16AB0;
}
</style>
background-color css
<style>
a { background-color: #B16AB0; }
a { background-color: rgb(177,106,176); }
div.DivClassName
{
background-color: #B16AB0;
}
.BgClassName
{
background-color: #B16AB0;
}
</style>
border-color css
<style>
span { border-color: #B16AB0; }
span { border-color: rgb(177,106,176); }
td.TdClassName
{
border-color: #B16AB0;
}
.TagClassName
{
border-color: #B16AB0;
}
</style>