Shades of Violet Blue #B0529D
Tints of Violet Blue #B0529D
RGB
CMYK
RGB Variations
Color information
#B0529D (or 0xB0529D) is known color: Violet Blue. HEX triplet: B0, 52 and 9D. RGB value is (176,82,157). Sum of RGB (Red+Green+Blue) = 176+82+157=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0529D is #4FAD62. Grayscale: #767676. Windows color (decimal): -5221731 or 10310320. OLE color: 10310320.
HSL color Cylindrical-coordinate representation of color #B0529D: hue angle of 312.13º 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 #B0529D is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 82 | 157 | - |
CMYK | 0 | 0.53 | 0.11 | 0.31 |
HSL | 312.13º | 0.37% | 0.51% | - |
HSV(B) | 312.13º | 0.53% | 0.69% | - |
XYZ | 27.01 | 17.7 | 33.89 | - |
YUV | 118.66 | 149.64 | 168.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 82 | 157 | 0 | 0.53 | 0.11 | 0.31 | 312.13 | 0.37 | 0.51 |
Hex | B0 | 52 | 9D | 0 | 35 | B | 1F | 138 | 25 | 33 |
Octal | 260 | 122 | 235 | 0 | 65 | 13 | 37 | 470 | 45 | 63 |
Binary | 10110000 | 1010010 | 10011101 | 0 | 110101 | 1011 | 11111 | 100111000 | 100101 | 110011 |
Color Harmonies of #B0529D
Complementary color
Monochromatic Colors of #B0529D
Black with #B0529D
Text Example
Text Example
White with #B0529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0529D; }
p { color: rgb(176,82,157); }
H1.HeaderClassName
{
color: #B0529D;
}
.AnyTagClassName
{
color: #B0529D;
}
</style>
background-color css
<style>
a { background-color: #B0529D; }
a { background-color: rgb(176,82,157); }
div.DivClassName
{
background-color: #B0529D;
}
.BgClassName
{
background-color: #B0529D;
}
</style>
border-color css
<style>
span { border-color: #B0529D; }
span { border-color: rgb(176,82,157); }
td.TdClassName
{
border-color: #B0529D;
}
.TagClassName
{
border-color: #B0529D;
}
</style>