Shades of Violet Blue #B96CAC
Tints of Violet Blue #B96CAC
RGB
CMYK
RGB Variations
Color information
#B96CAC (or 0xB96CAC) is known color: Violet Blue. HEX triplet: B9, 6C and AC. RGB value is (185,108,172). Sum of RGB (Red+Green+Blue) = 185+108+172=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B96CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96CAC is #469353. Grayscale: #8A8A8A. Windows color (decimal): -4625236 or 11300025. OLE color: 11300025.
HSL color Cylindrical-coordinate representation of color #B96CAC: hue angle of 310.13º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96CAC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 172 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.27 |
| HSL | 310.13º | 0.35% | 0.57% | - |
| HSV(B) | 310.13º | 0.42% | 0.73% | - |
| XYZ | 32.82 | 24.02 | 41.94 | - |
| YUV | 138.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 172 | 0 | 0.42 | 0.07 | 0.27 | 310.13 | 0.35 | 0.57 |
| Hex | B9 | 6C | AC | 0 | 2A | 7 | 1B | 136 | 23 | 39 |
| Octal | 271 | 154 | 254 | 0 | 52 | 7 | 33 | 466 | 43 | 71 |
| Binary | 10111001 | 1101100 | 10101100 | 0 | 101010 | 111 | 11011 | 100110110 | 100011 | 111001 |
Color Harmonies of #B96CAC
Complementary color
Monochromatic Colors of #B96CAC
Black with #B96CAC
Text Example
Text Example
White with #B96CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96CAC; }
p { color: rgb(185,108,172); }
H1.HeaderClassName
{
color: #B96CAC;
}
.AnyTagClassName
{
color: #B96CAC;
}
</style>
background-color css
<style>
a { background-color: #B96CAC; }
a { background-color: rgb(185,108,172); }
div.DivClassName
{
background-color: #B96CAC;
}
.BgClassName
{
background-color: #B96CAC;
}
</style>
border-color css
<style>
span { border-color: #B96CAC; }
span { border-color: rgb(185,108,172); }
td.TdClassName
{
border-color: #B96CAC;
}
.TagClassName
{
border-color: #B96CAC;
}
</style>