Shades of Violet Blue #B1619D
Tints of Violet Blue #B1619D
RGB
CMYK
RGB Variations
Color information
#B1619D (or 0xB1619D) is known color: Violet Blue. HEX triplet: B1, 61 and 9D. RGB value is (177,97,157). Sum of RGB (Red+Green+Blue) = 177+97+157=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1619D is #4E9E62. Grayscale: #7F7F7F. Windows color (decimal): -5152355 or 10314161. OLE color: 10314161.
HSL color Cylindrical-coordinate representation of color #B1619D: hue angle of 315º 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 #B1619D is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 157 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.31 |
| HSL | 315º | 0.34% | 0.54% | - |
| HSV(B) | 315º | 0.45% | 0.69% | - |
| XYZ | 28.49 | 20.33 | 34.32 | - |
| YUV | 127.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 157 | 0 | 0.45 | 0.11 | 0.31 | 315 | 0.34 | 0.54 |
| Hex | B1 | 61 | 9D | 0 | 2D | B | 1F | 13B | 22 | 36 |
| Octal | 261 | 141 | 235 | 0 | 55 | 13 | 37 | 473 | 42 | 66 |
| Binary | 10110001 | 1100001 | 10011101 | 0 | 101101 | 1011 | 11111 | 100111011 | 100010 | 110110 |
Color Harmonies of #B1619D
Complementary color
Monochromatic Colors of #B1619D
Black with #B1619D
Text Example
Text Example
White with #B1619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1619D; }
p { color: rgb(177,97,157); }
H1.HeaderClassName
{
color: #B1619D;
}
.AnyTagClassName
{
color: #B1619D;
}
</style>
background-color css
<style>
a { background-color: #B1619D; }
a { background-color: rgb(177,97,157); }
div.DivClassName
{
background-color: #B1619D;
}
.BgClassName
{
background-color: #B1619D;
}
</style>
border-color css
<style>
span { border-color: #B1619D; }
span { border-color: rgb(177,97,157); }
td.TdClassName
{
border-color: #B1619D;
}
.TagClassName
{
border-color: #B1619D;
}
</style>