Shades of Violet Blue #B966AB
Tints of Violet Blue #B966AB
RGB
CMYK
RGB Variations
Color information
#B966AB (or 0xB966AB) is known color: Violet Blue. HEX triplet: B9, 66 and AB. RGB value is (185,102,171). Sum of RGB (Red+Green+Blue) = 185+102+171=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B966AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B966AB is #469954. Grayscale: #868686. Windows color (decimal): -4626773 or 11232953. OLE color: 11232953.
HSL color Cylindrical-coordinate representation of color #B966AB: hue angle of 310.12º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B966AB is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 171 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.27 |
| HSL | 310.12º | 0.37% | 0.56% | - |
| HSV(B) | 310.12º | 0.45% | 0.73% | - |
| XYZ | 32.11 | 22.76 | 41.23 | - |
| YUV | 134.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 171 | 0 | 0.45 | 0.08 | 0.27 | 310.12 | 0.37 | 0.56 |
| Hex | B9 | 66 | AB | 0 | 2D | 8 | 1B | 136 | 25 | 38 |
| Octal | 271 | 146 | 253 | 0 | 55 | 10 | 33 | 466 | 45 | 70 |
| Binary | 10111001 | 1100110 | 10101011 | 0 | 101101 | 1000 | 11011 | 100110110 | 100101 | 111000 |
Color Harmonies of #B966AB
Complementary color
Monochromatic Colors of #B966AB
Black with #B966AB
Text Example
Text Example
White with #B966AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966AB; }
p { color: rgb(185,102,171); }
H1.HeaderClassName
{
color: #B966AB;
}
.AnyTagClassName
{
color: #B966AB;
}
</style>
background-color css
<style>
a { background-color: #B966AB; }
a { background-color: rgb(185,102,171); }
div.DivClassName
{
background-color: #B966AB;
}
.BgClassName
{
background-color: #B966AB;
}
</style>
border-color css
<style>
span { border-color: #B966AB; }
span { border-color: rgb(185,102,171); }
td.TdClassName
{
border-color: #B966AB;
}
.TagClassName
{
border-color: #B966AB;
}
</style>