Shades of Violet Blue #B06AAD
Tints of Violet Blue #B06AAD
RGB
CMYK
RGB Variations
Color information
#B06AAD (or 0xB06AAD) is known color: Violet Blue. HEX triplet: B0, 6A and AD. RGB value is (176,106,173). Sum of RGB (Red+Green+Blue) = 176+106+173=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B06AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06AAD is #4F9552. Grayscale: #868686. Windows color (decimal): -5215571 or 11365040. OLE color: 11365040.
HSL color Cylindrical-coordinate representation of color #B06AAD: hue angle of 302.57º 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 #B06AAD is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 106 | 173 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.31 |
| HSL | 302.57º | 0.31% | 0.55% | - |
| HSV(B) | 302.57º | 0.4% | 0.69% | - |
| XYZ | 30.6 | 22.56 | 42.28 | - |
| YUV | 134.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 173 | 0 | 0.40 | 0.02 | 0.31 | 302.57 | 0.31 | 0.55 |
| Hex | B0 | 6A | AD | 0 | 28 | 2 | 1F | 12F | 1F | 37 |
| Octal | 260 | 152 | 255 | 0 | 50 | 2 | 37 | 457 | 37 | 67 |
| Binary | 10110000 | 1101010 | 10101101 | 0 | 101000 | 10 | 11111 | 100101111 | 11111 | 110111 |
Color Harmonies of #B06AAD
Complementary color
Monochromatic Colors of #B06AAD
Black with #B06AAD
Text Example
Text Example
White with #B06AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06AAD; }
p { color: rgb(176,106,173); }
H1.HeaderClassName
{
color: #B06AAD;
}
.AnyTagClassName
{
color: #B06AAD;
}
</style>
background-color css
<style>
a { background-color: #B06AAD; }
a { background-color: rgb(176,106,173); }
div.DivClassName
{
background-color: #B06AAD;
}
.BgClassName
{
background-color: #B06AAD;
}
</style>
border-color css
<style>
span { border-color: #B06AAD; }
span { border-color: rgb(176,106,173); }
td.TdClassName
{
border-color: #B06AAD;
}
.TagClassName
{
border-color: #B06AAD;
}
</style>