Shades of Violet Blue #B857A6
Tints of Violet Blue #B857A6
RGB
CMYK
RGB Variations
Color information
#B857A6 (or 0xB857A6) is known color: Violet Blue. HEX triplet: B8, 57 and A6. RGB value is (184,87,166). Sum of RGB (Red+Green+Blue) = 184+87+166=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B857A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B857A6 is #47A859. Grayscale: #7C7C7C. Windows color (decimal): -4696154 or 10901432. OLE color: 10901432.
HSL color Cylindrical-coordinate representation of color #B857A6: hue angle of 311.13º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B857A6 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 166 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.28 |
| HSL | 311.13º | 0.41% | 0.53% | - |
| HSV(B) | 311.13º | 0.53% | 0.72% | - |
| XYZ | 30.06 | 19.76 | 38.31 | - |
| YUV | 125.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 166 | 0 | 0.53 | 0.10 | 0.28 | 311.13 | 0.41 | 0.53 |
| Hex | B8 | 57 | A6 | 0 | 35 | A | 1C | 137 | 29 | 35 |
| Octal | 270 | 127 | 246 | 0 | 65 | 12 | 34 | 467 | 51 | 65 |
| Binary | 10111000 | 1010111 | 10100110 | 0 | 110101 | 1010 | 11100 | 100110111 | 101001 | 110101 |
Color Harmonies of #B857A6
Complementary color
Monochromatic Colors of #B857A6
Black with #B857A6
Text Example
Text Example
White with #B857A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B857A6; }
p { color: rgb(184,87,166); }
H1.HeaderClassName
{
color: #B857A6;
}
.AnyTagClassName
{
color: #B857A6;
}
</style>
background-color css
<style>
a { background-color: #B857A6; }
a { background-color: rgb(184,87,166); }
div.DivClassName
{
background-color: #B857A6;
}
.BgClassName
{
background-color: #B857A6;
}
</style>
border-color css
<style>
span { border-color: #B857A6; }
span { border-color: rgb(184,87,166); }
td.TdClassName
{
border-color: #B857A6;
}
.TagClassName
{
border-color: #B857A6;
}
</style>