Shades of Violet Blue #B16AAD
Tints of Violet Blue #B16AAD
RGB
CMYK
RGB Variations
Color information
#B16AAD (or 0xB16AAD) is known color: Violet Blue. HEX triplet: B1, 6A and AD. RGB value is (177,106,173). Sum of RGB (Red+Green+Blue) = 177+106+173=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B16AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16AAD is #4E9552. Grayscale: #868686. Windows color (decimal): -5150035 or 11365041. OLE color: 11365041.
HSL color Cylindrical-coordinate representation of color #B16AAD: hue angle of 303.38º 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 #B16AAD is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 173 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.31 |
| HSL | 303.38º | 0.31% | 0.55% | - |
| HSV(B) | 303.38º | 0.4% | 0.69% | - |
| XYZ | 30.83 | 22.67 | 42.29 | - |
| YUV | 134.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 173 | 0 | 0.40 | 0.02 | 0.31 | 303.38 | 0.31 | 0.55 |
| Hex | B1 | 6A | AD | 0 | 28 | 2 | 1F | 12F | 1F | 37 |
| Octal | 261 | 152 | 255 | 0 | 50 | 2 | 37 | 457 | 37 | 67 |
| Binary | 10110001 | 1101010 | 10101101 | 0 | 101000 | 10 | 11111 | 100101111 | 11111 | 110111 |
Color Harmonies of #B16AAD
Complementary color
Monochromatic Colors of #B16AAD
Black with #B16AAD
Text Example
Text Example
White with #B16AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16AAD; }
p { color: rgb(177,106,173); }
H1.HeaderClassName
{
color: #B16AAD;
}
.AnyTagClassName
{
color: #B16AAD;
}
</style>
background-color css
<style>
a { background-color: #B16AAD; }
a { background-color: rgb(177,106,173); }
div.DivClassName
{
background-color: #B16AAD;
}
.BgClassName
{
background-color: #B16AAD;
}
</style>
border-color css
<style>
span { border-color: #B16AAD; }
span { border-color: rgb(177,106,173); }
td.TdClassName
{
border-color: #B16AAD;
}
.TagClassName
{
border-color: #B16AAD;
}
</style>