Shades of Violet Blue #B155AD
Tints of Violet Blue #B155AD
RGB
CMYK
RGB Variations
Color information
#B155AD (or 0xB155AD) is known color: Violet Blue. HEX triplet: B1, 55 and AD. RGB value is (177,85,173). Sum of RGB (Red+Green+Blue) = 177+85+173=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B155AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B155AD is #4EAA52. Grayscale: #7A7A7A. Windows color (decimal): -5155411 or 11359665. OLE color: 11359665.
HSL color Cylindrical-coordinate representation of color #B155AD: hue angle of 302.61º 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 #B155AD is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 173 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.31 |
| HSL | 302.61º | 0.37% | 0.51% | - |
| HSV(B) | 302.61º | 0.52% | 0.69% | - |
| XYZ | 28.92 | 18.86 | 41.65 | - |
| YUV | 122.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 173 | 0 | 0.52 | 0.02 | 0.31 | 302.61 | 0.37 | 0.51 |
| Hex | B1 | 55 | AD | 0 | 34 | 2 | 1F | 12F | 25 | 33 |
| Octal | 261 | 125 | 255 | 0 | 64 | 2 | 37 | 457 | 45 | 63 |
| Binary | 10110001 | 1010101 | 10101101 | 0 | 110100 | 10 | 11111 | 100101111 | 100101 | 110011 |
Color Harmonies of #B155AD
Complementary color
Monochromatic Colors of #B155AD
Black with #B155AD
Text Example
Text Example
White with #B155AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155AD; }
p { color: rgb(177,85,173); }
H1.HeaderClassName
{
color: #B155AD;
}
.AnyTagClassName
{
color: #B155AD;
}
</style>
background-color css
<style>
a { background-color: #B155AD; }
a { background-color: rgb(177,85,173); }
div.DivClassName
{
background-color: #B155AD;
}
.BgClassName
{
background-color: #B155AD;
}
</style>
border-color css
<style>
span { border-color: #B155AD; }
span { border-color: rgb(177,85,173); }
td.TdClassName
{
border-color: #B155AD;
}
.TagClassName
{
border-color: #B155AD;
}
</style>