Shades of Violet Blue #B1659D
Tints of Violet Blue #B1659D
RGB
CMYK
RGB Variations
Color information
#B1659D (or 0xB1659D) is known color: Violet Blue. HEX triplet: B1, 65 and 9D. RGB value is (177,101,157). Sum of RGB (Red+Green+Blue) = 177+101+157=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1659D is #4E9A62. Grayscale: #818181. Windows color (decimal): -5151331 or 10315185. OLE color: 10315185.
HSL color Cylindrical-coordinate representation of color #B1659D: hue angle of 315.79º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1659D is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 157 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.31 |
| HSL | 315.79º | 0.33% | 0.55% | - |
| HSV(B) | 315.79º | 0.43% | 0.69% | - |
| XYZ | 28.87 | 21.09 | 34.45 | - |
| YUV | 130.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 157 | 0 | 0.43 | 0.11 | 0.31 | 315.79 | 0.33 | 0.55 |
| Hex | B1 | 65 | 9D | 0 | 2B | B | 1F | 13C | 21 | 37 |
| Octal | 261 | 145 | 235 | 0 | 53 | 13 | 37 | 474 | 41 | 67 |
| Binary | 10110001 | 1100101 | 10011101 | 0 | 101011 | 1011 | 11111 | 100111100 | 100001 | 110111 |
Color Harmonies of #B1659D
Complementary color
Monochromatic Colors of #B1659D
Black with #B1659D
Text Example
Text Example
White with #B1659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1659D; }
p { color: rgb(177,101,157); }
H1.HeaderClassName
{
color: #B1659D;
}
.AnyTagClassName
{
color: #B1659D;
}
</style>
background-color css
<style>
a { background-color: #B1659D; }
a { background-color: rgb(177,101,157); }
div.DivClassName
{
background-color: #B1659D;
}
.BgClassName
{
background-color: #B1659D;
}
</style>
border-color css
<style>
span { border-color: #B1659D; }
span { border-color: rgb(177,101,157); }
td.TdClassName
{
border-color: #B1659D;
}
.TagClassName
{
border-color: #B1659D;
}
</style>