Shades of Violet Blue #B1579D
Tints of Violet Blue #B1579D
RGB
CMYK
RGB Variations
Color information
#B1579D (or 0xB1579D) is known color: Violet Blue. HEX triplet: B1, 57 and 9D. RGB value is (177,87,157). Sum of RGB (Red+Green+Blue) = 177+87+157=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1579D is #4EA862. Grayscale: #797979. Windows color (decimal): -5154915 or 10311601. OLE color: 10311601.
HSL color Cylindrical-coordinate representation of color #B1579D: hue angle of 313.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1579D is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 157 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.31 |
| HSL | 313.33º | 0.37% | 0.52% | - |
| HSV(B) | 313.33º | 0.51% | 0.69% | - |
| XYZ | 27.63 | 18.6 | 34.03 | - |
| YUV | 121.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 157 | 0 | 0.51 | 0.11 | 0.31 | 313.33 | 0.37 | 0.52 |
| Hex | B1 | 57 | 9D | 0 | 33 | B | 1F | 139 | 25 | 34 |
| Octal | 261 | 127 | 235 | 0 | 63 | 13 | 37 | 471 | 45 | 64 |
| Binary | 10110001 | 1010111 | 10011101 | 0 | 110011 | 1011 | 11111 | 100111001 | 100101 | 110100 |
Color Harmonies of #B1579D
Complementary color
Monochromatic Colors of #B1579D
Black with #B1579D
Text Example
Text Example
White with #B1579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1579D; }
p { color: rgb(177,87,157); }
H1.HeaderClassName
{
color: #B1579D;
}
.AnyTagClassName
{
color: #B1579D;
}
</style>
background-color css
<style>
a { background-color: #B1579D; }
a { background-color: rgb(177,87,157); }
div.DivClassName
{
background-color: #B1579D;
}
.BgClassName
{
background-color: #B1579D;
}
</style>
border-color css
<style>
span { border-color: #B1579D; }
span { border-color: rgb(177,87,157); }
td.TdClassName
{
border-color: #B1579D;
}
.TagClassName
{
border-color: #B1579D;
}
</style>