Shades of Violet Blue #B1629E
Tints of Violet Blue #B1629E
RGB
CMYK
RGB Variations
Color information
#B1629E (or 0xB1629E) is known color: Violet Blue. HEX triplet: B1, 62 and 9E. RGB value is (177,98,158). Sum of RGB (Red+Green+Blue) = 177+98+158=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1629E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1629E is #4E9D61. Grayscale: #808080. Windows color (decimal): -5152098 or 10379953. OLE color: 10379953.
HSL color Cylindrical-coordinate representation of color #B1629E: hue angle of 314.43º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1629E is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 158 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.31 |
| HSL | 314.43º | 0.34% | 0.54% | - |
| HSV(B) | 314.43º | 0.45% | 0.69% | - |
| XYZ | 28.67 | 20.55 | 34.8 | - |
| YUV | 128.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 158 | 0 | 0.45 | 0.11 | 0.31 | 314.43 | 0.34 | 0.54 |
| Hex | B1 | 62 | 9E | 0 | 2D | B | 1F | 13A | 22 | 36 |
| Octal | 261 | 142 | 236 | 0 | 55 | 13 | 37 | 472 | 42 | 66 |
| Binary | 10110001 | 1100010 | 10011110 | 0 | 101101 | 1011 | 11111 | 100111010 | 100010 | 110110 |
Color Harmonies of #B1629E
Complementary color
Monochromatic Colors of #B1629E
Black with #B1629E
Text Example
Text Example
White with #B1629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1629E; }
p { color: rgb(177,98,158); }
H1.HeaderClassName
{
color: #B1629E;
}
.AnyTagClassName
{
color: #B1629E;
}
</style>
background-color css
<style>
a { background-color: #B1629E; }
a { background-color: rgb(177,98,158); }
div.DivClassName
{
background-color: #B1629E;
}
.BgClassName
{
background-color: #B1629E;
}
</style>
border-color css
<style>
span { border-color: #B1629E; }
span { border-color: rgb(177,98,158); }
td.TdClassName
{
border-color: #B1629E;
}
.TagClassName
{
border-color: #B1629E;
}
</style>