Shades of Violet Blue #B1589B
Tints of Violet Blue #B1589B
RGB
CMYK
RGB Variations
Color information
#B1589B (or 0xB1589B) is known color: Violet Blue. HEX triplet: B1, 58 and 9B. RGB value is (177,88,155). Sum of RGB (Red+Green+Blue) = 177+88+155=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1589B is #4EA764. Grayscale: #7A7A7A. Windows color (decimal): -5154661 or 10180785. OLE color: 10180785.
HSL color Cylindrical-coordinate representation of color #B1589B: hue angle of 314.83º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1589B is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 88 | 155 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.31 |
| HSL | 314.83º | 0.36% | 0.52% | - |
| HSV(B) | 314.83º | 0.5% | 0.69% | - |
| XYZ | 27.54 | 18.69 | 33.17 | - |
| YUV | 122.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 155 | 0 | 0.50 | 0.12 | 0.31 | 314.83 | 0.36 | 0.52 |
| Hex | B1 | 58 | 9B | 0 | 32 | C | 1F | 13B | 24 | 34 |
| Octal | 261 | 130 | 233 | 0 | 62 | 14 | 37 | 473 | 44 | 64 |
| Binary | 10110001 | 1011000 | 10011011 | 0 | 110010 | 1100 | 11111 | 100111011 | 100100 | 110100 |
Color Harmonies of #B1589B
Complementary color
Monochromatic Colors of #B1589B
Black with #B1589B
Text Example
Text Example
White with #B1589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1589B; }
p { color: rgb(177,88,155); }
H1.HeaderClassName
{
color: #B1589B;
}
.AnyTagClassName
{
color: #B1589B;
}
</style>
background-color css
<style>
a { background-color: #B1589B; }
a { background-color: rgb(177,88,155); }
div.DivClassName
{
background-color: #B1589B;
}
.BgClassName
{
background-color: #B1589B;
}
</style>
border-color css
<style>
span { border-color: #B1589B; }
span { border-color: rgb(177,88,155); }
td.TdClassName
{
border-color: #B1589B;
}
.TagClassName
{
border-color: #B1589B;
}
</style>