Shades of Violet Blue #B0529B
Tints of Violet Blue #B0529B
RGB
CMYK
RGB Variations
Color information
#B0529B (or 0xB0529B) is known color: Violet Blue. HEX triplet: B0, 52 and 9B. RGB value is (176,82,155). Sum of RGB (Red+Green+Blue) = 176+82+155=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0529B is #4FAD64. Grayscale: #767676. Windows color (decimal): -5221733 or 10179248. OLE color: 10179248.
HSL color Cylindrical-coordinate representation of color #B0529B: hue angle of 313.4º 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 #B0529B is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 155 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.31 |
| HSL | 313.4º | 0.37% | 0.51% | - |
| HSV(B) | 313.4º | 0.53% | 0.69% | - |
| XYZ | 26.84 | 17.63 | 33 | - |
| YUV | 118.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 155 | 0 | 0.53 | 0.12 | 0.31 | 313.4 | 0.37 | 0.51 |
| Hex | B0 | 52 | 9B | 0 | 35 | C | 1F | 139 | 25 | 33 |
| Octal | 260 | 122 | 233 | 0 | 65 | 14 | 37 | 471 | 45 | 63 |
| Binary | 10110000 | 1010010 | 10011011 | 0 | 110101 | 1100 | 11111 | 100111001 | 100101 | 110011 |
Color Harmonies of #B0529B
Complementary color
Monochromatic Colors of #B0529B
Black with #B0529B
Text Example
Text Example
White with #B0529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0529B; }
p { color: rgb(176,82,155); }
H1.HeaderClassName
{
color: #B0529B;
}
.AnyTagClassName
{
color: #B0529B;
}
</style>
background-color css
<style>
a { background-color: #B0529B; }
a { background-color: rgb(176,82,155); }
div.DivClassName
{
background-color: #B0529B;
}
.BgClassName
{
background-color: #B0529B;
}
</style>
border-color css
<style>
span { border-color: #B0529B; }
span { border-color: rgb(176,82,155); }
td.TdClassName
{
border-color: #B0529B;
}
.TagClassName
{
border-color: #B0529B;
}
</style>