Shades of Violet Blue #B155A7
Tints of Violet Blue #B155A7
RGB
CMYK
RGB Variations
Color information
#B155A7 (or 0xB155A7) is known color: Violet Blue. HEX triplet: B1, 55 and A7. RGB value is (177,85,167). Sum of RGB (Red+Green+Blue) = 177+85+167=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B155A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B155A7 is #4EAA58. Grayscale: #797979. Windows color (decimal): -5155417 or 10966449. OLE color: 10966449.
HSL color Cylindrical-coordinate representation of color #B155A7: hue angle of 306.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B155A7 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 167 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.31 |
| HSL | 306.52º | 0.37% | 0.51% | - |
| HSV(B) | 306.52º | 0.52% | 0.69% | - |
| XYZ | 28.36 | 18.63 | 38.66 | - |
| YUV | 121.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 167 | 0 | 0.52 | 0.06 | 0.31 | 306.52 | 0.37 | 0.51 |
| Hex | B1 | 55 | A7 | 0 | 34 | 6 | 1F | 133 | 25 | 33 |
| Octal | 261 | 125 | 247 | 0 | 64 | 6 | 37 | 463 | 45 | 63 |
| Binary | 10110001 | 1010101 | 10100111 | 0 | 110100 | 110 | 11111 | 100110011 | 100101 | 110011 |
Color Harmonies of #B155A7
Complementary color
Monochromatic Colors of #B155A7
Black with #B155A7
Text Example
Text Example
White with #B155A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155A7; }
p { color: rgb(177,85,167); }
H1.HeaderClassName
{
color: #B155A7;
}
.AnyTagClassName
{
color: #B155A7;
}
</style>
background-color css
<style>
a { background-color: #B155A7; }
a { background-color: rgb(177,85,167); }
div.DivClassName
{
background-color: #B155A7;
}
.BgClassName
{
background-color: #B155A7;
}
</style>
border-color css
<style>
span { border-color: #B155A7; }
span { border-color: rgb(177,85,167); }
td.TdClassName
{
border-color: #B155A7;
}
.TagClassName
{
border-color: #B155A7;
}
</style>