Shades of Violet Blue #B16AA2
Tints of Violet Blue #B16AA2
RGB
CMYK
RGB Variations
Color information
#B16AA2 (or 0xB16AA2) is known color: Violet Blue. HEX triplet: B1, 6A and A2. RGB value is (177,106,162). Sum of RGB (Red+Green+Blue) = 177+106+162=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B16AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16AA2 is #4E955D. Grayscale: #858585. Windows color (decimal): -5150046 or 10644145. OLE color: 10644145.
HSL color Cylindrical-coordinate representation of color #B16AA2: hue angle of 312.68º 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 #B16AA2 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 162 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.31 |
| HSL | 312.68º | 0.31% | 0.55% | - |
| HSV(B) | 312.68º | 0.4% | 0.69% | - |
| XYZ | 29.81 | 22.26 | 36.91 | - |
| YUV | 133.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 162 | 0 | 0.40 | 0.08 | 0.31 | 312.68 | 0.31 | 0.55 |
| Hex | B1 | 6A | A2 | 0 | 28 | 8 | 1F | 139 | 1F | 37 |
| Octal | 261 | 152 | 242 | 0 | 50 | 10 | 37 | 471 | 37 | 67 |
| Binary | 10110001 | 1101010 | 10100010 | 0 | 101000 | 1000 | 11111 | 100111001 | 11111 | 110111 |
Color Harmonies of #B16AA2
Complementary color
Monochromatic Colors of #B16AA2
Black with #B16AA2
Text Example
Text Example
White with #B16AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16AA2; }
p { color: rgb(177,106,162); }
H1.HeaderClassName
{
color: #B16AA2;
}
.AnyTagClassName
{
color: #B16AA2;
}
</style>
background-color css
<style>
a { background-color: #B16AA2; }
a { background-color: rgb(177,106,162); }
div.DivClassName
{
background-color: #B16AA2;
}
.BgClassName
{
background-color: #B16AA2;
}
</style>
border-color css
<style>
span { border-color: #B16AA2; }
span { border-color: rgb(177,106,162); }
td.TdClassName
{
border-color: #B16AA2;
}
.TagClassName
{
border-color: #B16AA2;
}
</style>