Shades of Violet Blue #B1559E
Tints of Violet Blue #B1559E
RGB
CMYK
RGB Variations
Color information
#B1559E (or 0xB1559E) is known color: Violet Blue. HEX triplet: B1, 55 and 9E. RGB value is (177,85,158). Sum of RGB (Red+Green+Blue) = 177+85+158=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1559E is #4EAA61. Grayscale: #787878. Windows color (decimal): -5155426 or 10376625. OLE color: 10376625.
HSL color Cylindrical-coordinate representation of color #B1559E: hue angle of 312.39º 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 #B1559E is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 158 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.31 |
| HSL | 312.39º | 0.37% | 0.51% | - |
| HSV(B) | 312.39º | 0.52% | 0.69% | - |
| XYZ | 27.55 | 18.31 | 34.43 | - |
| YUV | 120.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 158 | 0 | 0.52 | 0.11 | 0.31 | 312.39 | 0.37 | 0.51 |
| Hex | B1 | 55 | 9E | 0 | 34 | B | 1F | 138 | 25 | 33 |
| Octal | 261 | 125 | 236 | 0 | 64 | 13 | 37 | 470 | 45 | 63 |
| Binary | 10110001 | 1010101 | 10011110 | 0 | 110100 | 1011 | 11111 | 100111000 | 100101 | 110011 |
Color Harmonies of #B1559E
Complementary color
Monochromatic Colors of #B1559E
Black with #B1559E
Text Example
Text Example
White with #B1559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1559E; }
p { color: rgb(177,85,158); }
H1.HeaderClassName
{
color: #B1559E;
}
.AnyTagClassName
{
color: #B1559E;
}
</style>
background-color css
<style>
a { background-color: #B1559E; }
a { background-color: rgb(177,85,158); }
div.DivClassName
{
background-color: #B1559E;
}
.BgClassName
{
background-color: #B1559E;
}
</style>
border-color css
<style>
span { border-color: #B1559E; }
span { border-color: rgb(177,85,158); }
td.TdClassName
{
border-color: #B1559E;
}
.TagClassName
{
border-color: #B1559E;
}
</style>