Shades of Violet Blue #B86DAB
Tints of Violet Blue #B86DAB
RGB
CMYK
RGB Variations
Color information
#B86DAB (or 0xB86DAB) is known color: Violet Blue. HEX triplet: B8, 6D and AB. RGB value is (184,109,171). Sum of RGB (Red+Green+Blue) = 184+109+171=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B86DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86DAB is #479254. Grayscale: #8A8A8A. Windows color (decimal): -4690517 or 11234744. OLE color: 11234744.
HSL color Cylindrical-coordinate representation of color #B86DAB: hue angle of 310.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86DAB is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 171 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.28 |
| HSL | 310.4º | 0.35% | 0.57% | - |
| HSV(B) | 310.4º | 0.41% | 0.72% | - |
| XYZ | 32.59 | 24.07 | 41.46 | - |
| YUV | 138.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 171 | 0 | 0.41 | 0.07 | 0.28 | 310.4 | 0.35 | 0.57 |
| Hex | B8 | 6D | AB | 0 | 29 | 7 | 1C | 136 | 23 | 39 |
| Octal | 270 | 155 | 253 | 0 | 51 | 7 | 34 | 466 | 43 | 71 |
| Binary | 10111000 | 1101101 | 10101011 | 0 | 101001 | 111 | 11100 | 100110110 | 100011 | 111001 |
Color Harmonies of #B86DAB
Complementary color
Monochromatic Colors of #B86DAB
Black with #B86DAB
Text Example
Text Example
White with #B86DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86DAB; }
p { color: rgb(184,109,171); }
H1.HeaderClassName
{
color: #B86DAB;
}
.AnyTagClassName
{
color: #B86DAB;
}
</style>
background-color css
<style>
a { background-color: #B86DAB; }
a { background-color: rgb(184,109,171); }
div.DivClassName
{
background-color: #B86DAB;
}
.BgClassName
{
background-color: #B86DAB;
}
</style>
border-color css
<style>
span { border-color: #B86DAB; }
span { border-color: rgb(184,109,171); }
td.TdClassName
{
border-color: #B86DAB;
}
.TagClassName
{
border-color: #B86DAB;
}
</style>