Shades of Violet Blue #B059AD
Tints of Violet Blue #B059AD
RGB
CMYK
RGB Variations
Color information
#B059AD (or 0xB059AD) is known color: Violet Blue. HEX triplet: B0, 59 and AD. RGB value is (176,89,173). Sum of RGB (Red+Green+Blue) = 176+89+173=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B059AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B059AD is #4FA652. Grayscale: #7C7C7C. Windows color (decimal): -5219923 or 11360688. OLE color: 11360688.
HSL color Cylindrical-coordinate representation of color #B059AD: hue angle of 302.07º 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 #B059AD is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 173 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.31 |
| HSL | 302.07º | 0.36% | 0.52% | - |
| HSV(B) | 302.07º | 0.49% | 0.69% | - |
| XYZ | 29.02 | 19.39 | 41.75 | - |
| YUV | 124.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 173 | 0 | 0.49 | 0.02 | 0.31 | 302.07 | 0.36 | 0.52 |
| Hex | B0 | 59 | AD | 0 | 31 | 2 | 1F | 12E | 24 | 34 |
| Octal | 260 | 131 | 255 | 0 | 61 | 2 | 37 | 456 | 44 | 64 |
| Binary | 10110000 | 1011001 | 10101101 | 0 | 110001 | 10 | 11111 | 100101110 | 100100 | 110100 |
Color Harmonies of #B059AD
Complementary color
Monochromatic Colors of #B059AD
Black with #B059AD
Text Example
Text Example
White with #B059AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B059AD; }
p { color: rgb(176,89,173); }
H1.HeaderClassName
{
color: #B059AD;
}
.AnyTagClassName
{
color: #B059AD;
}
</style>
background-color css
<style>
a { background-color: #B059AD; }
a { background-color: rgb(176,89,173); }
div.DivClassName
{
background-color: #B059AD;
}
.BgClassName
{
background-color: #B059AD;
}
</style>
border-color css
<style>
span { border-color: #B059AD; }
span { border-color: rgb(176,89,173); }
td.TdClassName
{
border-color: #B059AD;
}
.TagClassName
{
border-color: #B059AD;
}
</style>