Shades of Violet Blue #B159A8
Tints of Violet Blue #B159A8
RGB
CMYK
RGB Variations
Color information
#B159A8 (or 0xB159A8) is known color: Violet Blue. HEX triplet: B1, 59 and A8. RGB value is (177,89,168). Sum of RGB (Red+Green+Blue) = 177+89+168=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B159A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B159A8 is #4EA657. Grayscale: #7C7C7C. Windows color (decimal): -5154392 or 11033009. OLE color: 11033009.
HSL color Cylindrical-coordinate representation of color #B159A8: hue angle of 306.14º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B159A8 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 168 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.31 |
| HSL | 306.14º | 0.36% | 0.52% | - |
| HSV(B) | 306.14º | 0.5% | 0.69% | - |
| XYZ | 28.77 | 19.32 | 39.26 | - |
| YUV | 124.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 168 | 0 | 0.50 | 0.05 | 0.31 | 306.14 | 0.36 | 0.52 |
| Hex | B1 | 59 | A8 | 0 | 32 | 5 | 1F | 132 | 24 | 34 |
| Octal | 261 | 131 | 250 | 0 | 62 | 5 | 37 | 462 | 44 | 64 |
| Binary | 10110001 | 1011001 | 10101000 | 0 | 110010 | 101 | 11111 | 100110010 | 100100 | 110100 |
Color Harmonies of #B159A8
Complementary color
Monochromatic Colors of #B159A8
Black with #B159A8
Text Example
Text Example
White with #B159A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B159A8; }
p { color: rgb(177,89,168); }
H1.HeaderClassName
{
color: #B159A8;
}
.AnyTagClassName
{
color: #B159A8;
}
</style>
background-color css
<style>
a { background-color: #B159A8; }
a { background-color: rgb(177,89,168); }
div.DivClassName
{
background-color: #B159A8;
}
.BgClassName
{
background-color: #B159A8;
}
</style>
border-color css
<style>
span { border-color: #B159A8; }
span { border-color: rgb(177,89,168); }
td.TdClassName
{
border-color: #B159A8;
}
.TagClassName
{
border-color: #B159A8;
}
</style>