Shades of Violet Blue #B1639B
Tints of Violet Blue #B1639B
RGB
CMYK
RGB Variations
Color information
#B1639B (or 0xB1639B) is known color: Violet Blue. HEX triplet: B1, 63 and 9B. RGB value is (177,99,155). Sum of RGB (Red+Green+Blue) = 177+99+155=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1639B is #4E9C64. Grayscale: #808080. Windows color (decimal): -5151845 or 10183601. OLE color: 10183601.
HSL color Cylindrical-coordinate representation of color #B1639B: hue angle of 316.92º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1639B is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 155 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.31 |
| HSL | 316.92º | 0.33% | 0.54% | - |
| HSV(B) | 316.92º | 0.44% | 0.69% | - |
| XYZ | 28.51 | 20.64 | 33.49 | - |
| YUV | 128.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 155 | 0 | 0.44 | 0.12 | 0.31 | 316.92 | 0.33 | 0.54 |
| Hex | B1 | 63 | 9B | 0 | 2C | C | 1F | 13D | 21 | 36 |
| Octal | 261 | 143 | 233 | 0 | 54 | 14 | 37 | 475 | 41 | 66 |
| Binary | 10110001 | 1100011 | 10011011 | 0 | 101100 | 1100 | 11111 | 100111101 | 100001 | 110110 |
Color Harmonies of #B1639B
Complementary color
Monochromatic Colors of #B1639B
Black with #B1639B
Text Example
Text Example
White with #B1639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1639B; }
p { color: rgb(177,99,155); }
H1.HeaderClassName
{
color: #B1639B;
}
.AnyTagClassName
{
color: #B1639B;
}
</style>
background-color css
<style>
a { background-color: #B1639B; }
a { background-color: rgb(177,99,155); }
div.DivClassName
{
background-color: #B1639B;
}
.BgClassName
{
background-color: #B1639B;
}
</style>
border-color css
<style>
span { border-color: #B1639B; }
span { border-color: rgb(177,99,155); }
td.TdClassName
{
border-color: #B1639B;
}
.TagClassName
{
border-color: #B1639B;
}
</style>