Shades of Violet Blue #B06AAA
Tints of Violet Blue #B06AAA
RGB
CMYK
RGB Variations
Color information
#B06AAA (or 0xB06AAA) is known color: Violet Blue. HEX triplet: B0, 6A and AA. RGB value is (176,106,170). Sum of RGB (Red+Green+Blue) = 176+106+170=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B06AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06AAA is #4F9555. Grayscale: #868686. Windows color (decimal): -5215574 or 11168432. OLE color: 11168432.
HSL color Cylindrical-coordinate representation of color #B06AAA: hue angle of 305.14º 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 #B06AAA is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 106 | 170 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.31 |
| HSL | 305.14º | 0.31% | 0.55% | - |
| HSV(B) | 305.14º | 0.4% | 0.69% | - |
| XYZ | 30.31 | 22.44 | 40.76 | - |
| YUV | 134.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 170 | 0 | 0.40 | 0.03 | 0.31 | 305.14 | 0.31 | 0.55 |
| Hex | B0 | 6A | AA | 0 | 28 | 3 | 1F | 131 | 1F | 37 |
| Octal | 260 | 152 | 252 | 0 | 50 | 3 | 37 | 461 | 37 | 67 |
| Binary | 10110000 | 1101010 | 10101010 | 0 | 101000 | 11 | 11111 | 100110001 | 11111 | 110111 |
Color Harmonies of #B06AAA
Complementary color
Monochromatic Colors of #B06AAA
Black with #B06AAA
Text Example
Text Example
White with #B06AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06AAA; }
p { color: rgb(176,106,170); }
H1.HeaderClassName
{
color: #B06AAA;
}
.AnyTagClassName
{
color: #B06AAA;
}
</style>
background-color css
<style>
a { background-color: #B06AAA; }
a { background-color: rgb(176,106,170); }
div.DivClassName
{
background-color: #B06AAA;
}
.BgClassName
{
background-color: #B06AAA;
}
</style>
border-color css
<style>
span { border-color: #B06AAA; }
span { border-color: rgb(176,106,170); }
td.TdClassName
{
border-color: #B06AAA;
}
.TagClassName
{
border-color: #B06AAA;
}
</style>