Shades of Violet Blue #B059A6
Tints of Violet Blue #B059A6
RGB
CMYK
RGB Variations
Color information
#B059A6 (or 0xB059A6) is known color: Violet Blue. HEX triplet: B0, 59 and A6. RGB value is (176,89,166). Sum of RGB (Red+Green+Blue) = 176+89+166=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B059A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B059A6 is #4FA659. Grayscale: #7B7B7B. Windows color (decimal): -5219930 or 10901936. OLE color: 10901936.
HSL color Cylindrical-coordinate representation of color #B059A6: hue angle of 306.9º 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 #B059A6 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 166 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.31 |
| HSL | 306.9º | 0.36% | 0.52% | - |
| HSV(B) | 306.9º | 0.49% | 0.69% | - |
| XYZ | 28.36 | 19.13 | 38.27 | - |
| YUV | 123.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 166 | 0 | 0.49 | 0.06 | 0.31 | 306.9 | 0.36 | 0.52 |
| Hex | B0 | 59 | A6 | 0 | 31 | 6 | 1F | 133 | 24 | 34 |
| Octal | 260 | 131 | 246 | 0 | 61 | 6 | 37 | 463 | 44 | 64 |
| Binary | 10110000 | 1011001 | 10100110 | 0 | 110001 | 110 | 11111 | 100110011 | 100100 | 110100 |
Color Harmonies of #B059A6
Complementary color
Monochromatic Colors of #B059A6
Black with #B059A6
Text Example
Text Example
White with #B059A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059A6; }
p { color: rgb(176,89,166); }
H1.HeaderClassName
{
color: #B059A6;
}
.AnyTagClassName
{
color: #B059A6;
}
</style>
background-color css
<style>
a { background-color: #B059A6; }
a { background-color: rgb(176,89,166); }
div.DivClassName
{
background-color: #B059A6;
}
.BgClassName
{
background-color: #B059A6;
}
</style>
border-color css
<style>
span { border-color: #B059A6; }
span { border-color: rgb(176,89,166); }
td.TdClassName
{
border-color: #B059A6;
}
.TagClassName
{
border-color: #B059A6;
}
</style>