Shades of Violet Blue #B1629B
Tints of Violet Blue #B1629B
RGB
CMYK
RGB Variations
Color information
#B1629B (or 0xB1629B) is known color: Violet Blue. HEX triplet: B1, 62 and 9B. RGB value is (177,98,155). Sum of RGB (Red+Green+Blue) = 177+98+155=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1629B is #4E9D64. Grayscale: #7F7F7F. Windows color (decimal): -5152101 or 10183345. OLE color: 10183345.
HSL color Cylindrical-coordinate representation of color #B1629B: hue angle of 316.71º 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 #B1629B is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 155 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.31 |
| HSL | 316.71º | 0.34% | 0.54% | - |
| HSV(B) | 316.71º | 0.45% | 0.69% | - |
| XYZ | 28.42 | 20.45 | 33.46 | - |
| YUV | 128.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 155 | 0 | 0.45 | 0.12 | 0.31 | 316.71 | 0.34 | 0.54 |
| Hex | B1 | 62 | 9B | 0 | 2D | C | 1F | 13D | 22 | 36 |
| Octal | 261 | 142 | 233 | 0 | 55 | 14 | 37 | 475 | 42 | 66 |
| Binary | 10110001 | 1100010 | 10011011 | 0 | 101101 | 1100 | 11111 | 100111101 | 100010 | 110110 |
Color Harmonies of #B1629B
Complementary color
Monochromatic Colors of #B1629B
Black with #B1629B
Text Example
Text Example
White with #B1629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1629B; }
p { color: rgb(177,98,155); }
H1.HeaderClassName
{
color: #B1629B;
}
.AnyTagClassName
{
color: #B1629B;
}
</style>
background-color css
<style>
a { background-color: #B1629B; }
a { background-color: rgb(177,98,155); }
div.DivClassName
{
background-color: #B1629B;
}
.BgClassName
{
background-color: #B1629B;
}
</style>
border-color css
<style>
span { border-color: #B1629B; }
span { border-color: rgb(177,98,155); }
td.TdClassName
{
border-color: #B1629B;
}
.TagClassName
{
border-color: #B1629B;
}
</style>