Shades of Violet Blue #B157AA
Tints of Violet Blue #B157AA
RGB
CMYK
RGB Variations
Color information
#B157AA (or 0xB157AA) is known color: Violet Blue. HEX triplet: B1, 57 and AA. RGB value is (177,87,170). Sum of RGB (Red+Green+Blue) = 177+87+170=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B157AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B157AA is #4EA855. Grayscale: #7B7B7B. Windows color (decimal): -5154902 or 11163569. OLE color: 11163569.
HSL color Cylindrical-coordinate representation of color #B157AA: hue angle of 304.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B157AA is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 170 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.31 |
| HSL | 304.67º | 0.37% | 0.52% | - |
| HSV(B) | 304.67º | 0.51% | 0.69% | - |
| XYZ | 28.8 | 19.07 | 40.19 | - |
| YUV | 123.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 170 | 0 | 0.51 | 0.04 | 0.31 | 304.67 | 0.37 | 0.52 |
| Hex | B1 | 57 | AA | 0 | 33 | 4 | 1F | 131 | 25 | 34 |
| Octal | 261 | 127 | 252 | 0 | 63 | 4 | 37 | 461 | 45 | 64 |
| Binary | 10110001 | 1010111 | 10101010 | 0 | 110011 | 100 | 11111 | 100110001 | 100101 | 110100 |
Color Harmonies of #B157AA
Complementary color
Monochromatic Colors of #B157AA
Black with #B157AA
Text Example
Text Example
White with #B157AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B157AA; }
p { color: rgb(177,87,170); }
H1.HeaderClassName
{
color: #B157AA;
}
.AnyTagClassName
{
color: #B157AA;
}
</style>
background-color css
<style>
a { background-color: #B157AA; }
a { background-color: rgb(177,87,170); }
div.DivClassName
{
background-color: #B157AA;
}
.BgClassName
{
background-color: #B157AA;
}
</style>
border-color css
<style>
span { border-color: #B157AA; }
span { border-color: rgb(177,87,170); }
td.TdClassName
{
border-color: #B157AA;
}
.TagClassName
{
border-color: #B157AA;
}
</style>