Shades of Violet Blue #B86FAE
Tints of Violet Blue #B86FAE
RGB
CMYK
RGB Variations
Color information
#B86FAE (or 0xB86FAE) is known color: Violet Blue. HEX triplet: B8, 6F and AE. RGB value is (184,111,174). Sum of RGB (Red+Green+Blue) = 184+111+174=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B86FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86FAE is #479051. Grayscale: #8B8B8B. Windows color (decimal): -4690002 or 11431864. OLE color: 11431864.
HSL color Cylindrical-coordinate representation of color #B86FAE: hue angle of 308.22º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86FAE is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 174 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.28 |
| HSL | 308.22º | 0.34% | 0.58% | - |
| HSV(B) | 308.22º | 0.4% | 0.72% | - |
| XYZ | 33.09 | 24.62 | 43.05 | - |
| YUV | 140.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 174 | 0 | 0.40 | 0.05 | 0.28 | 308.22 | 0.34 | 0.58 |
| Hex | B8 | 6F | AE | 0 | 28 | 5 | 1C | 134 | 22 | 3A |
| Octal | 270 | 157 | 256 | 0 | 50 | 5 | 34 | 464 | 42 | 72 |
| Binary | 10111000 | 1101111 | 10101110 | 0 | 101000 | 101 | 11100 | 100110100 | 100010 | 111010 |
Color Harmonies of #B86FAE
Complementary color
Monochromatic Colors of #B86FAE
Black with #B86FAE
Text Example
Text Example
White with #B86FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FAE; }
p { color: rgb(184,111,174); }
H1.HeaderClassName
{
color: #B86FAE;
}
.AnyTagClassName
{
color: #B86FAE;
}
</style>
background-color css
<style>
a { background-color: #B86FAE; }
a { background-color: rgb(184,111,174); }
div.DivClassName
{
background-color: #B86FAE;
}
.BgClassName
{
background-color: #B86FAE;
}
</style>
border-color css
<style>
span { border-color: #B86FAE; }
span { border-color: rgb(184,111,174); }
td.TdClassName
{
border-color: #B86FAE;
}
.TagClassName
{
border-color: #B86FAE;
}
</style>