Shades of Violet Blue #B0589E
Tints of Violet Blue #B0589E
RGB
CMYK
RGB Variations
Color information
#B0589E (or 0xB0589E) is known color: Violet Blue. HEX triplet: B0, 58 and 9E. RGB value is (176,88,158). Sum of RGB (Red+Green+Blue) = 176+88+158=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0589E is #4FA761. Grayscale: #7A7A7A. Windows color (decimal): -5220194 or 10377392. OLE color: 10377392.
HSL color Cylindrical-coordinate representation of color #B0589E: hue angle of 312.27º 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 #B0589E is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 158 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.31 |
| HSL | 312.27º | 0.36% | 0.52% | - |
| HSV(B) | 312.27º | 0.5% | 0.69% | - |
| XYZ | 27.57 | 18.68 | 34.5 | - |
| YUV | 122.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 158 | 0 | 0.50 | 0.10 | 0.31 | 312.27 | 0.36 | 0.52 |
| Hex | B0 | 58 | 9E | 0 | 32 | A | 1F | 138 | 24 | 34 |
| Octal | 260 | 130 | 236 | 0 | 62 | 12 | 37 | 470 | 44 | 64 |
| Binary | 10110000 | 1011000 | 10011110 | 0 | 110010 | 1010 | 11111 | 100111000 | 100100 | 110100 |
Color Harmonies of #B0589E
Complementary color
Monochromatic Colors of #B0589E
Black with #B0589E
Text Example
Text Example
White with #B0589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0589E; }
p { color: rgb(176,88,158); }
H1.HeaderClassName
{
color: #B0589E;
}
.AnyTagClassName
{
color: #B0589E;
}
</style>
background-color css
<style>
a { background-color: #B0589E; }
a { background-color: rgb(176,88,158); }
div.DivClassName
{
background-color: #B0589E;
}
.BgClassName
{
background-color: #B0589E;
}
</style>
border-color css
<style>
span { border-color: #B0589E; }
span { border-color: rgb(176,88,158); }
td.TdClassName
{
border-color: #B0589E;
}
.TagClassName
{
border-color: #B0589E;
}
</style>