Shades of Violet Blue #B0599D
Tints of Violet Blue #B0599D
RGB
CMYK
RGB Variations
Color information
#B0599D (or 0xB0599D) is known color: Violet Blue. HEX triplet: B0, 59 and 9D. RGB value is (176,89,157). Sum of RGB (Red+Green+Blue) = 176+89+157=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0599D is #4FA662. Grayscale: #7A7A7A. Windows color (decimal): -5219939 or 10312112. OLE color: 10312112.
HSL color Cylindrical-coordinate representation of color #B0599D: hue angle of 313.1º 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 #B0599D is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 157 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.31 |
| HSL | 313.1º | 0.36% | 0.52% | - |
| HSV(B) | 313.1º | 0.49% | 0.69% | - |
| XYZ | 27.56 | 18.81 | 34.08 | - |
| YUV | 122.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 157 | 0 | 0.49 | 0.11 | 0.31 | 313.1 | 0.36 | 0.52 |
| Hex | B0 | 59 | 9D | 0 | 31 | B | 1F | 139 | 24 | 34 |
| Octal | 260 | 131 | 235 | 0 | 61 | 13 | 37 | 471 | 44 | 64 |
| Binary | 10110000 | 1011001 | 10011101 | 0 | 110001 | 1011 | 11111 | 100111001 | 100100 | 110100 |
Color Harmonies of #B0599D
Complementary color
Monochromatic Colors of #B0599D
Black with #B0599D
Text Example
Text Example
White with #B0599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0599D; }
p { color: rgb(176,89,157); }
H1.HeaderClassName
{
color: #B0599D;
}
.AnyTagClassName
{
color: #B0599D;
}
</style>
background-color css
<style>
a { background-color: #B0599D; }
a { background-color: rgb(176,89,157); }
div.DivClassName
{
background-color: #B0599D;
}
.BgClassName
{
background-color: #B0599D;
}
</style>
border-color css
<style>
span { border-color: #B0599D; }
span { border-color: rgb(176,89,157); }
td.TdClassName
{
border-color: #B0599D;
}
.TagClassName
{
border-color: #B0599D;
}
</style>