Shades of Violet Blue #B0529A
Tints of Violet Blue #B0529A
RGB
CMYK
RGB Variations
Color information
#B0529A (or 0xB0529A) is known color: Violet Blue. HEX triplet: B0, 52 and 9A. RGB value is (176,82,154). Sum of RGB (Red+Green+Blue) = 176+82+154=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0529A is #4FAD65. Grayscale: #767676. Windows color (decimal): -5221734 or 10113712. OLE color: 10113712.
HSL color Cylindrical-coordinate representation of color #B0529A: hue angle of 314.04º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0529A is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 154 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.31 |
| HSL | 314.04º | 0.37% | 0.51% | - |
| HSV(B) | 314.04º | 0.53% | 0.69% | - |
| XYZ | 26.75 | 17.6 | 32.56 | - |
| YUV | 118.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 154 | 0 | 0.53 | 0.12 | 0.31 | 314.04 | 0.37 | 0.51 |
| Hex | B0 | 52 | 9A | 0 | 35 | C | 1F | 13A | 25 | 33 |
| Octal | 260 | 122 | 232 | 0 | 65 | 14 | 37 | 472 | 45 | 63 |
| Binary | 10110000 | 1010010 | 10011010 | 0 | 110101 | 1100 | 11111 | 100111010 | 100101 | 110011 |
Color Harmonies of #B0529A
Complementary color
Monochromatic Colors of #B0529A
Black with #B0529A
Text Example
Text Example
White with #B0529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0529A; }
p { color: rgb(176,82,154); }
H1.HeaderClassName
{
color: #B0529A;
}
.AnyTagClassName
{
color: #B0529A;
}
</style>
background-color css
<style>
a { background-color: #B0529A; }
a { background-color: rgb(176,82,154); }
div.DivClassName
{
background-color: #B0529A;
}
.BgClassName
{
background-color: #B0529A;
}
</style>
border-color css
<style>
span { border-color: #B0529A; }
span { border-color: rgb(176,82,154); }
td.TdClassName
{
border-color: #B0529A;
}
.TagClassName
{
border-color: #B0529A;
}
</style>