Shades of Violet Blue #B86BAB
Tints of Violet Blue #B86BAB
RGB
CMYK
RGB Variations
Color information
#B86BAB (or 0xB86BAB) is known color: Violet Blue. HEX triplet: B8, 6B and AB. RGB value is (184,107,171). Sum of RGB (Red+Green+Blue) = 184+107+171=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B86BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86BAB is #479454. Grayscale: #898989. Windows color (decimal): -4691029 or 11234232. OLE color: 11234232.
HSL color Cylindrical-coordinate representation of color #B86BAB: hue angle of 310.13º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86BAB is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 171 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.28 |
| HSL | 310.13º | 0.35% | 0.57% | - |
| HSV(B) | 310.13º | 0.42% | 0.72% | - |
| XYZ | 32.38 | 23.65 | 41.39 | - |
| YUV | 137.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 171 | 0 | 0.42 | 0.07 | 0.28 | 310.13 | 0.35 | 0.57 |
| Hex | B8 | 6B | AB | 0 | 2A | 7 | 1C | 136 | 23 | 39 |
| Octal | 270 | 153 | 253 | 0 | 52 | 7 | 34 | 466 | 43 | 71 |
| Binary | 10111000 | 1101011 | 10101011 | 0 | 101010 | 111 | 11100 | 100110110 | 100011 | 111001 |
Color Harmonies of #B86BAB
Complementary color
Monochromatic Colors of #B86BAB
Black with #B86BAB
Text Example
Text Example
White with #B86BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86BAB; }
p { color: rgb(184,107,171); }
H1.HeaderClassName
{
color: #B86BAB;
}
.AnyTagClassName
{
color: #B86BAB;
}
</style>
background-color css
<style>
a { background-color: #B86BAB; }
a { background-color: rgb(184,107,171); }
div.DivClassName
{
background-color: #B86BAB;
}
.BgClassName
{
background-color: #B86BAB;
}
</style>
border-color css
<style>
span { border-color: #B86BAB; }
span { border-color: rgb(184,107,171); }
td.TdClassName
{
border-color: #B86BAB;
}
.TagClassName
{
border-color: #B86BAB;
}
</style>