Shades of Violet Blue #B1569D
Tints of Violet Blue #B1569D
RGB
CMYK
RGB Variations
Color information
#B1569D (or 0xB1569D) is known color: Violet Blue. HEX triplet: B1, 56 and 9D. RGB value is (177,86,157). Sum of RGB (Red+Green+Blue) = 177+86+157=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1569D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1569D is #4EA962. Grayscale: #797979. Windows color (decimal): -5155171 or 10311345. OLE color: 10311345.
HSL color Cylindrical-coordinate representation of color #B1569D: hue angle of 313.19º 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 #B1569D is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 157 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.31 |
| HSL | 313.19º | 0.37% | 0.52% | - |
| HSV(B) | 313.19º | 0.51% | 0.69% | - |
| XYZ | 27.55 | 18.44 | 34.01 | - |
| YUV | 121.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 157 | 0 | 0.51 | 0.11 | 0.31 | 313.19 | 0.37 | 0.52 |
| Hex | B1 | 56 | 9D | 0 | 33 | B | 1F | 139 | 25 | 34 |
| Octal | 261 | 126 | 235 | 0 | 63 | 13 | 37 | 471 | 45 | 64 |
| Binary | 10110001 | 1010110 | 10011101 | 0 | 110011 | 1011 | 11111 | 100111001 | 100101 | 110100 |
Color Harmonies of #B1569D
Complementary color
Monochromatic Colors of #B1569D
Black with #B1569D
Text Example
Text Example
White with #B1569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1569D; }
p { color: rgb(177,86,157); }
H1.HeaderClassName
{
color: #B1569D;
}
.AnyTagClassName
{
color: #B1569D;
}
</style>
background-color css
<style>
a { background-color: #B1569D; }
a { background-color: rgb(177,86,157); }
div.DivClassName
{
background-color: #B1569D;
}
.BgClassName
{
background-color: #B1569D;
}
</style>
border-color css
<style>
span { border-color: #B1569D; }
span { border-color: rgb(177,86,157); }
td.TdClassName
{
border-color: #B1569D;
}
.TagClassName
{
border-color: #B1569D;
}
</style>