Shades of Violet Blue #B1549E
Tints of Violet Blue #B1549E
RGB
CMYK
RGB Variations
Color information
#B1549E (or 0xB1549E) is known color: Violet Blue. HEX triplet: B1, 54 and 9E. RGB value is (177,84,158). Sum of RGB (Red+Green+Blue) = 177+84+158=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1549E is #4EAB61. Grayscale: #787878. Windows color (decimal): -5155682 or 10376369. OLE color: 10376369.
HSL color Cylindrical-coordinate representation of color #B1549E: hue angle of 312.26º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1549E is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 158 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.31 |
| HSL | 312.26º | 0.37% | 0.51% | - |
| HSV(B) | 312.26º | 0.53% | 0.69% | - |
| XYZ | 27.47 | 18.16 | 34.4 | - |
| YUV | 120.24 | 149.31 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 158 | 0 | 0.53 | 0.11 | 0.31 | 312.26 | 0.37 | 0.51 |
| Hex | B1 | 54 | 9E | 0 | 35 | B | 1F | 138 | 25 | 33 |
| Octal | 261 | 124 | 236 | 0 | 65 | 13 | 37 | 470 | 45 | 63 |
| Binary | 10110001 | 1010100 | 10011110 | 0 | 110101 | 1011 | 11111 | 100111000 | 100101 | 110011 |
Color Harmonies of #B1549E
Complementary color
Monochromatic Colors of #B1549E
Black with #B1549E
Text Example
Text Example
White with #B1549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1549E; }
p { color: rgb(177,84,158); }
H1.HeaderClassName
{
color: #B1549E;
}
.AnyTagClassName
{
color: #B1549E;
}
</style>
background-color css
<style>
a { background-color: #B1549E; }
a { background-color: rgb(177,84,158); }
div.DivClassName
{
background-color: #B1549E;
}
.BgClassName
{
background-color: #B1549E;
}
</style>
border-color css
<style>
span { border-color: #B1549E; }
span { border-color: rgb(177,84,158); }
td.TdClassName
{
border-color: #B1549E;
}
.TagClassName
{
border-color: #B1549E;
}
</style>