Shades of Violet Blue #B96AAC
Tints of Violet Blue #B96AAC
RGB
CMYK
RGB Variations
Color information
#B96AAC (or 0xB96AAC) is known color: Violet Blue. HEX triplet: B9, 6A and AC. RGB value is (185,106,172). Sum of RGB (Red+Green+Blue) = 185+106+172=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B96AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96AAC is #469553. Grayscale: #888888. Windows color (decimal): -4625748 or 11299513. OLE color: 11299513.
HSL color Cylindrical-coordinate representation of color #B96AAC: hue angle of 309.87º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96AAC is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 172 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.27 |
| HSL | 309.87º | 0.36% | 0.57% | - |
| HSV(B) | 309.87º | 0.43% | 0.73% | - |
| XYZ | 32.61 | 23.6 | 41.87 | - |
| YUV | 137.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 172 | 0 | 0.43 | 0.07 | 0.27 | 309.87 | 0.36 | 0.57 |
| Hex | B9 | 6A | AC | 0 | 2B | 7 | 1B | 136 | 24 | 39 |
| Octal | 271 | 152 | 254 | 0 | 53 | 7 | 33 | 466 | 44 | 71 |
| Binary | 10111001 | 1101010 | 10101100 | 0 | 101011 | 111 | 11011 | 100110110 | 100100 | 111001 |
Color Harmonies of #B96AAC
Complementary color
Monochromatic Colors of #B96AAC
Black with #B96AAC
Text Example
Text Example
White with #B96AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96AAC; }
p { color: rgb(185,106,172); }
H1.HeaderClassName
{
color: #B96AAC;
}
.AnyTagClassName
{
color: #B96AAC;
}
</style>
background-color css
<style>
a { background-color: #B96AAC; }
a { background-color: rgb(185,106,172); }
div.DivClassName
{
background-color: #B96AAC;
}
.BgClassName
{
background-color: #B96AAC;
}
</style>
border-color css
<style>
span { border-color: #B96AAC; }
span { border-color: rgb(185,106,172); }
td.TdClassName
{
border-color: #B96AAC;
}
.TagClassName
{
border-color: #B96AAC;
}
</style>