Shades of Violet Blue #B1569B
Tints of Violet Blue #B1569B
RGB
CMYK
RGB Variations
Color information
#B1569B (or 0xB1569B) is known color: Violet Blue. HEX triplet: B1, 56 and 9B. RGB value is (177,86,155). Sum of RGB (Red+Green+Blue) = 177+86+155=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1569B is #4EA964. Grayscale: #787878. Windows color (decimal): -5155173 or 10180273. OLE color: 10180273.
HSL color Cylindrical-coordinate representation of color #B1569B: hue angle of 314.51º 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 #B1569B is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 155 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.31 |
| HSL | 314.51º | 0.37% | 0.52% | - |
| HSV(B) | 314.51º | 0.51% | 0.69% | - |
| XYZ | 27.38 | 18.37 | 33.11 | - |
| YUV | 121.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 155 | 0 | 0.51 | 0.12 | 0.31 | 314.51 | 0.37 | 0.52 |
| Hex | B1 | 56 | 9B | 0 | 33 | C | 1F | 13B | 25 | 34 |
| Octal | 261 | 126 | 233 | 0 | 63 | 14 | 37 | 473 | 45 | 64 |
| Binary | 10110001 | 1010110 | 10011011 | 0 | 110011 | 1100 | 11111 | 100111011 | 100101 | 110100 |
Color Harmonies of #B1569B
Complementary color
Monochromatic Colors of #B1569B
Black with #B1569B
Text Example
Text Example
White with #B1569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1569B; }
p { color: rgb(177,86,155); }
H1.HeaderClassName
{
color: #B1569B;
}
.AnyTagClassName
{
color: #B1569B;
}
</style>
background-color css
<style>
a { background-color: #B1569B; }
a { background-color: rgb(177,86,155); }
div.DivClassName
{
background-color: #B1569B;
}
.BgClassName
{
background-color: #B1569B;
}
</style>
border-color css
<style>
span { border-color: #B1569B; }
span { border-color: rgb(177,86,155); }
td.TdClassName
{
border-color: #B1569B;
}
.TagClassName
{
border-color: #B1569B;
}
</style>