Shades of Violet Blue #B1589F
Tints of Violet Blue #B1589F
RGB
CMYK
RGB Variations
Color information
#B1589F (or 0xB1589F) is known color: Violet Blue. HEX triplet: B1, 58 and 9F. RGB value is (177,88,159). Sum of RGB (Red+Green+Blue) = 177+88+159=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B1589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1589F is #4EA760. Grayscale: #7A7A7A. Windows color (decimal): -5154657 or 10442929. OLE color: 10442929.
HSL color Cylindrical-coordinate representation of color #B1589F: hue angle of 312.13º 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 #B1589F is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 88 | 159 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.31 |
| HSL | 312.13º | 0.36% | 0.52% | - |
| HSV(B) | 312.13º | 0.5% | 0.69% | - |
| XYZ | 27.88 | 18.83 | 34.97 | - |
| YUV | 122.71 | 148.49 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 159 | 0 | 0.50 | 0.10 | 0.31 | 312.13 | 0.36 | 0.52 |
| Hex | B1 | 58 | 9F | 0 | 32 | A | 1F | 138 | 24 | 34 |
| Octal | 261 | 130 | 237 | 0 | 62 | 12 | 37 | 470 | 44 | 64 |
| Binary | 10110001 | 1011000 | 10011111 | 0 | 110010 | 1010 | 11111 | 100111000 | 100100 | 110100 |
Color Harmonies of #B1589F
Complementary color
Monochromatic Colors of #B1589F
Black with #B1589F
Text Example
Text Example
White with #B1589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1589F; }
p { color: rgb(177,88,159); }
H1.HeaderClassName
{
color: #B1589F;
}
.AnyTagClassName
{
color: #B1589F;
}
</style>
background-color css
<style>
a { background-color: #B1589F; }
a { background-color: rgb(177,88,159); }
div.DivClassName
{
background-color: #B1589F;
}
.BgClassName
{
background-color: #B1589F;
}
</style>
border-color css
<style>
span { border-color: #B1589F; }
span { border-color: rgb(177,88,159); }
td.TdClassName
{
border-color: #B1589F;
}
.TagClassName
{
border-color: #B1589F;
}
</style>