Shades of Violet Blue #B2529F
Tints of Violet Blue #B2529F
RGB
CMYK
RGB Variations
Color information
#B2529F (or 0xB2529F) is known color: Violet Blue. HEX triplet: B2, 52 and 9F. RGB value is (178,82,159). Sum of RGB (Red+Green+Blue) = 178+82+159=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2529F is #4DAD60. Grayscale: #777777. Windows color (decimal): -5090657 or 10441394. OLE color: 10441394.
HSL color Cylindrical-coordinate representation of color #B2529F: hue angle of 311.88º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2529F is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 159 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.30 |
| HSL | 311.88º | 0.38% | 0.51% | - |
| HSV(B) | 311.88º | 0.54% | 0.7% | - |
| XYZ | 27.64 | 18 | 34.82 | - |
| YUV | 119.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 159 | 0 | 0.54 | 0.11 | 0.30 | 311.88 | 0.38 | 0.51 |
| Hex | B2 | 52 | 9F | 0 | 36 | B | 1E | 138 | 26 | 33 |
| Octal | 262 | 122 | 237 | 0 | 66 | 13 | 36 | 470 | 46 | 63 |
| Binary | 10110010 | 1010010 | 10011111 | 0 | 110110 | 1011 | 11110 | 100111000 | 100110 | 110011 |
Color Harmonies of #B2529F
Complementary color
Monochromatic Colors of #B2529F
Black with #B2529F
Text Example
Text Example
White with #B2529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2529F; }
p { color: rgb(178,82,159); }
H1.HeaderClassName
{
color: #B2529F;
}
.AnyTagClassName
{
color: #B2529F;
}
</style>
background-color css
<style>
a { background-color: #B2529F; }
a { background-color: rgb(178,82,159); }
div.DivClassName
{
background-color: #B2529F;
}
.BgClassName
{
background-color: #B2529F;
}
</style>
border-color css
<style>
span { border-color: #B2529F; }
span { border-color: rgb(178,82,159); }
td.TdClassName
{
border-color: #B2529F;
}
.TagClassName
{
border-color: #B2529F;
}
</style>