Shades of Violet Blue #B1649F
Tints of Violet Blue #B1649F
RGB
CMYK
RGB Variations
Color information
#B1649F (or 0xB1649F) is known color: Violet Blue. HEX triplet: B1, 64 and 9F. RGB value is (177,100,159). Sum of RGB (Red+Green+Blue) = 177+100+159=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1649F is #4E9B60. Grayscale: #818181. Windows color (decimal): -5151585 or 10446001. OLE color: 10446001.
HSL color Cylindrical-coordinate representation of color #B1649F: hue angle of 314.03º 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 #B1649F is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 159 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.31 |
| HSL | 314.03º | 0.33% | 0.54% | - |
| HSV(B) | 314.03º | 0.44% | 0.69% | - |
| XYZ | 28.95 | 20.96 | 35.32 | - |
| YUV | 129.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 159 | 0 | 0.44 | 0.10 | 0.31 | 314.03 | 0.33 | 0.54 |
| Hex | B1 | 64 | 9F | 0 | 2C | A | 1F | 13A | 21 | 36 |
| Octal | 261 | 144 | 237 | 0 | 54 | 12 | 37 | 472 | 41 | 66 |
| Binary | 10110001 | 1100100 | 10011111 | 0 | 101100 | 1010 | 11111 | 100111010 | 100001 | 110110 |
Color Harmonies of #B1649F
Complementary color
Monochromatic Colors of #B1649F
Black with #B1649F
Text Example
Text Example
White with #B1649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1649F; }
p { color: rgb(177,100,159); }
H1.HeaderClassName
{
color: #B1649F;
}
.AnyTagClassName
{
color: #B1649F;
}
</style>
background-color css
<style>
a { background-color: #B1649F; }
a { background-color: rgb(177,100,159); }
div.DivClassName
{
background-color: #B1649F;
}
.BgClassName
{
background-color: #B1649F;
}
</style>
border-color css
<style>
span { border-color: #B1649F; }
span { border-color: rgb(177,100,159); }
td.TdClassName
{
border-color: #B1649F;
}
.TagClassName
{
border-color: #B1649F;
}
</style>