Shades of Violet Blue #B059A8
Tints of Violet Blue #B059A8
RGB
CMYK
RGB Variations
Color information
#B059A8 (or 0xB059A8) is known color: Violet Blue. HEX triplet: B0, 59 and A8. RGB value is (176,89,168). Sum of RGB (Red+Green+Blue) = 176+89+168=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B059A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B059A8 is #4FA657. Grayscale: #7B7B7B. Windows color (decimal): -5219928 or 11033008. OLE color: 11033008.
HSL color Cylindrical-coordinate representation of color #B059A8: hue angle of 305.52º 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 #B059A8 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 168 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.31 |
| HSL | 305.52º | 0.36% | 0.52% | - |
| HSV(B) | 305.52º | 0.49% | 0.69% | - |
| XYZ | 28.54 | 19.2 | 39.25 | - |
| YUV | 124.02 | 152.82 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 168 | 0 | 0.49 | 0.05 | 0.31 | 305.52 | 0.36 | 0.52 |
| Hex | B0 | 59 | A8 | 0 | 31 | 5 | 1F | 132 | 24 | 34 |
| Octal | 260 | 131 | 250 | 0 | 61 | 5 | 37 | 462 | 44 | 64 |
| Binary | 10110000 | 1011001 | 10101000 | 0 | 110001 | 101 | 11111 | 100110010 | 100100 | 110100 |
Color Harmonies of #B059A8
Complementary color
Monochromatic Colors of #B059A8
Black with #B059A8
Text Example
Text Example
White with #B059A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059A8; }
p { color: rgb(176,89,168); }
H1.HeaderClassName
{
color: #B059A8;
}
.AnyTagClassName
{
color: #B059A8;
}
</style>
background-color css
<style>
a { background-color: #B059A8; }
a { background-color: rgb(176,89,168); }
div.DivClassName
{
background-color: #B059A8;
}
.BgClassName
{
background-color: #B059A8;
}
</style>
border-color css
<style>
span { border-color: #B059A8; }
span { border-color: rgb(176,89,168); }
td.TdClassName
{
border-color: #B059A8;
}
.TagClassName
{
border-color: #B059A8;
}
</style>