Shades of Violet Blue #B1599E
Tints of Violet Blue #B1599E
RGB
CMYK
RGB Variations
Color information
#B1599E (or 0xB1599E) is known color: Violet Blue. HEX triplet: B1, 59 and 9E. RGB value is (177,89,158). Sum of RGB (Red+Green+Blue) = 177+89+158=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B1599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1599E is #4EA661. Grayscale: #7A7A7A. Windows color (decimal): -5154402 or 10377649. OLE color: 10377649.
HSL color Cylindrical-coordinate representation of color #B1599E: hue angle of 312.95º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1599E is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 158 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.31 |
| HSL | 312.95º | 0.36% | 0.52% | - |
| HSV(B) | 312.95º | 0.5% | 0.69% | - |
| XYZ | 27.88 | 18.96 | 34.54 | - |
| YUV | 123.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 158 | 0 | 0.50 | 0.11 | 0.31 | 312.95 | 0.36 | 0.52 |
| Hex | B1 | 59 | 9E | 0 | 32 | B | 1F | 139 | 24 | 34 |
| Octal | 261 | 131 | 236 | 0 | 62 | 13 | 37 | 471 | 44 | 64 |
| Binary | 10110001 | 1011001 | 10011110 | 0 | 110010 | 1011 | 11111 | 100111001 | 100100 | 110100 |
Color Harmonies of #B1599E
Complementary color
Monochromatic Colors of #B1599E
Black with #B1599E
Text Example
Text Example
White with #B1599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1599E; }
p { color: rgb(177,89,158); }
H1.HeaderClassName
{
color: #B1599E;
}
.AnyTagClassName
{
color: #B1599E;
}
</style>
background-color css
<style>
a { background-color: #B1599E; }
a { background-color: rgb(177,89,158); }
div.DivClassName
{
background-color: #B1599E;
}
.BgClassName
{
background-color: #B1599E;
}
</style>
border-color css
<style>
span { border-color: #B1599E; }
span { border-color: rgb(177,89,158); }
td.TdClassName
{
border-color: #B1599E;
}
.TagClassName
{
border-color: #B1599E;
}
</style>