Shades of Violet Blue #B155A5
Tints of Violet Blue #B155A5
RGB
CMYK
RGB Variations
Color information
#B155A5 (or 0xB155A5) is known color: Violet Blue. HEX triplet: B1, 55 and A5. RGB value is (177,85,165). Sum of RGB (Red+Green+Blue) = 177+85+165=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B155A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B155A5 is #4EAA5A. Grayscale: #797979. Windows color (decimal): -5155419 or 10835377. OLE color: 10835377.
HSL color Cylindrical-coordinate representation of color #B155A5: hue angle of 307.83º 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 #B155A5 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 165 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.31 |
| HSL | 307.83º | 0.37% | 0.51% | - |
| HSV(B) | 307.83º | 0.52% | 0.69% | - |
| XYZ | 28.17 | 18.56 | 37.7 | - |
| YUV | 121.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 165 | 0 | 0.52 | 0.07 | 0.31 | 307.83 | 0.37 | 0.51 |
| Hex | B1 | 55 | A5 | 0 | 34 | 7 | 1F | 134 | 25 | 33 |
| Octal | 261 | 125 | 245 | 0 | 64 | 7 | 37 | 464 | 45 | 63 |
| Binary | 10110001 | 1010101 | 10100101 | 0 | 110100 | 111 | 11111 | 100110100 | 100101 | 110011 |
Color Harmonies of #B155A5
Complementary color
Monochromatic Colors of #B155A5
Black with #B155A5
Text Example
Text Example
White with #B155A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155A5; }
p { color: rgb(177,85,165); }
H1.HeaderClassName
{
color: #B155A5;
}
.AnyTagClassName
{
color: #B155A5;
}
</style>
background-color css
<style>
a { background-color: #B155A5; }
a { background-color: rgb(177,85,165); }
div.DivClassName
{
background-color: #B155A5;
}
.BgClassName
{
background-color: #B155A5;
}
</style>
border-color css
<style>
span { border-color: #B155A5; }
span { border-color: rgb(177,85,165); }
td.TdClassName
{
border-color: #B155A5;
}
.TagClassName
{
border-color: #B155A5;
}
</style>