Shades of Violet Blue #B0599E
Tints of Violet Blue #B0599E
RGB
CMYK
RGB Variations
Color information
#B0599E (or 0xB0599E) is known color: Violet Blue. HEX triplet: B0, 59 and 9E. RGB value is (176,89,158). Sum of RGB (Red+Green+Blue) = 176+89+158=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0599E is #4FA661. Grayscale: #7A7A7A. Windows color (decimal): -5219938 or 10377648. OLE color: 10377648.
HSL color Cylindrical-coordinate representation of color #B0599E: hue angle of 312.41º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0599E is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 158 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.31 |
| HSL | 312.41º | 0.36% | 0.52% | - |
| HSV(B) | 312.41º | 0.49% | 0.69% | - |
| XYZ | 27.65 | 18.84 | 34.53 | - |
| YUV | 122.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 158 | 0 | 0.49 | 0.10 | 0.31 | 312.41 | 0.36 | 0.52 |
| Hex | B0 | 59 | 9E | 0 | 31 | A | 1F | 138 | 24 | 34 |
| Octal | 260 | 131 | 236 | 0 | 61 | 12 | 37 | 470 | 44 | 64 |
| Binary | 10110000 | 1011001 | 10011110 | 0 | 110001 | 1010 | 11111 | 100111000 | 100100 | 110100 |
Color Harmonies of #B0599E
Complementary color
Monochromatic Colors of #B0599E
Black with #B0599E
Text Example
Text Example
White with #B0599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0599E; }
p { color: rgb(176,89,158); }
H1.HeaderClassName
{
color: #B0599E;
}
.AnyTagClassName
{
color: #B0599E;
}
</style>
background-color css
<style>
a { background-color: #B0599E; }
a { background-color: rgb(176,89,158); }
div.DivClassName
{
background-color: #B0599E;
}
.BgClassName
{
background-color: #B0599E;
}
</style>
border-color css
<style>
span { border-color: #B0599E; }
span { border-color: rgb(176,89,158); }
td.TdClassName
{
border-color: #B0599E;
}
.TagClassName
{
border-color: #B0599E;
}
</style>