Shades of Violet Blue #B06AA1
Tints of Violet Blue #B06AA1
RGB
CMYK
RGB Variations
Color information
#B06AA1 (or 0xB06AA1) is known color: Violet Blue. HEX triplet: B0, 6A and A1. RGB value is (176,106,161). Sum of RGB (Red+Green+Blue) = 176+106+161=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B06AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06AA1 is #4F955E. Grayscale: #858585. Windows color (decimal): -5215583 or 10578608. OLE color: 10578608.
HSL color Cylindrical-coordinate representation of color #B06AA1: hue angle of 312.86º 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 #B06AA1 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 106 | 161 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.31 |
| HSL | 312.86º | 0.31% | 0.55% | - |
| HSV(B) | 312.86º | 0.4% | 0.69% | - |
| XYZ | 29.49 | 22.11 | 36.43 | - |
| YUV | 133.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 161 | 0 | 0.40 | 0.09 | 0.31 | 312.86 | 0.31 | 0.55 |
| Hex | B0 | 6A | A1 | 0 | 28 | 9 | 1F | 139 | 1F | 37 |
| Octal | 260 | 152 | 241 | 0 | 50 | 11 | 37 | 471 | 37 | 67 |
| Binary | 10110000 | 1101010 | 10100001 | 0 | 101000 | 1001 | 11111 | 100111001 | 11111 | 110111 |
Color Harmonies of #B06AA1
Complementary color
Monochromatic Colors of #B06AA1
Black with #B06AA1
Text Example
Text Example
White with #B06AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06AA1; }
p { color: rgb(176,106,161); }
H1.HeaderClassName
{
color: #B06AA1;
}
.AnyTagClassName
{
color: #B06AA1;
}
</style>
background-color css
<style>
a { background-color: #B06AA1; }
a { background-color: rgb(176,106,161); }
div.DivClassName
{
background-color: #B06AA1;
}
.BgClassName
{
background-color: #B06AA1;
}
</style>
border-color css
<style>
span { border-color: #B06AA1; }
span { border-color: rgb(176,106,161); }
td.TdClassName
{
border-color: #B06AA1;
}
.TagClassName
{
border-color: #B06AA1;
}
</style>