Shades of Violet Blue #B157A7
Tints of Violet Blue #B157A7
RGB
CMYK
RGB Variations
Color information
#B157A7 (or 0xB157A7) is known color: Violet Blue. HEX triplet: B1, 57 and A7. RGB value is (177,87,167). Sum of RGB (Red+Green+Blue) = 177+87+167=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B157A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B157A7 is #4EA858. Grayscale: #7A7A7A. Windows color (decimal): -5154905 or 10966961. OLE color: 10966961.
HSL color Cylindrical-coordinate representation of color #B157A7: hue angle of 306.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 #B157A7 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 167 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.31 |
| HSL | 306.67º | 0.37% | 0.52% | - |
| HSV(B) | 306.67º | 0.51% | 0.69% | - |
| XYZ | 28.51 | 18.95 | 38.71 | - |
| YUV | 123.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 167 | 0 | 0.51 | 0.06 | 0.31 | 306.67 | 0.37 | 0.52 |
| Hex | B1 | 57 | A7 | 0 | 33 | 6 | 1F | 133 | 25 | 34 |
| Octal | 261 | 127 | 247 | 0 | 63 | 6 | 37 | 463 | 45 | 64 |
| Binary | 10110001 | 1010111 | 10100111 | 0 | 110011 | 110 | 11111 | 100110011 | 100101 | 110100 |
Color Harmonies of #B157A7
Complementary color
Monochromatic Colors of #B157A7
Black with #B157A7
Text Example
Text Example
White with #B157A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B157A7; }
p { color: rgb(177,87,167); }
H1.HeaderClassName
{
color: #B157A7;
}
.AnyTagClassName
{
color: #B157A7;
}
</style>
background-color css
<style>
a { background-color: #B157A7; }
a { background-color: rgb(177,87,167); }
div.DivClassName
{
background-color: #B157A7;
}
.BgClassName
{
background-color: #B157A7;
}
</style>
border-color css
<style>
span { border-color: #B157A7; }
span { border-color: rgb(177,87,167); }
td.TdClassName
{
border-color: #B157A7;
}
.TagClassName
{
border-color: #B157A7;
}
</style>