Shades of Violet Blue #B157A3
Tints of Violet Blue #B157A3
RGB
CMYK
RGB Variations
Color information
#B157A3 (or 0xB157A3) is known color: Violet Blue. HEX triplet: B1, 57 and A3. RGB value is (177,87,163). Sum of RGB (Red+Green+Blue) = 177+87+163=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B157A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B157A3 is #4EA85C. Grayscale: #7A7A7A. Windows color (decimal): -5154909 or 10704817. OLE color: 10704817.
HSL color Cylindrical-coordinate representation of color #B157A3: hue angle of 309.33º 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 #B157A3 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 163 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.31 |
| HSL | 309.33º | 0.37% | 0.52% | - |
| HSV(B) | 309.33º | 0.51% | 0.69% | - |
| XYZ | 28.15 | 18.81 | 36.8 | - |
| YUV | 122.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 163 | 0 | 0.51 | 0.08 | 0.31 | 309.33 | 0.37 | 0.52 |
| Hex | B1 | 57 | A3 | 0 | 33 | 8 | 1F | 135 | 25 | 34 |
| Octal | 261 | 127 | 243 | 0 | 63 | 10 | 37 | 465 | 45 | 64 |
| Binary | 10110001 | 1010111 | 10100011 | 0 | 110011 | 1000 | 11111 | 100110101 | 100101 | 110100 |
Color Harmonies of #B157A3
Complementary color
Monochromatic Colors of #B157A3
Black with #B157A3
Text Example
Text Example
White with #B157A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B157A3; }
p { color: rgb(177,87,163); }
H1.HeaderClassName
{
color: #B157A3;
}
.AnyTagClassName
{
color: #B157A3;
}
</style>
background-color css
<style>
a { background-color: #B157A3; }
a { background-color: rgb(177,87,163); }
div.DivClassName
{
background-color: #B157A3;
}
.BgClassName
{
background-color: #B157A3;
}
</style>
border-color css
<style>
span { border-color: #B157A3; }
span { border-color: rgb(177,87,163); }
td.TdClassName
{
border-color: #B157A3;
}
.TagClassName
{
border-color: #B157A3;
}
</style>