Shades of Violet Blue #B2529B
Tints of Violet Blue #B2529B
RGB
CMYK
RGB Variations
Color information
#B2529B (or 0xB2529B) is known color: Violet Blue. HEX triplet: B2, 52 and 9B. RGB value is (178,82,155). Sum of RGB (Red+Green+Blue) = 178+82+155=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B2529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2529B is #4DAD64. Grayscale: #767676. Windows color (decimal): -5090661 or 10179250. OLE color: 10179250.
HSL color Cylindrical-coordinate representation of color #B2529B: hue angle of 314.38º 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 #B2529B is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 155 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.30 |
| HSL | 314.38º | 0.38% | 0.51% | - |
| HSV(B) | 314.38º | 0.54% | 0.7% | - |
| XYZ | 27.29 | 17.87 | 33.02 | - |
| YUV | 119.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 155 | 0 | 0.54 | 0.13 | 0.30 | 314.38 | 0.38 | 0.51 |
| Hex | B2 | 52 | 9B | 0 | 36 | D | 1E | 13A | 26 | 33 |
| Octal | 262 | 122 | 233 | 0 | 66 | 15 | 36 | 472 | 46 | 63 |
| Binary | 10110010 | 1010010 | 10011011 | 0 | 110110 | 1101 | 11110 | 100111010 | 100110 | 110011 |
Color Harmonies of #B2529B
Complementary color
Monochromatic Colors of #B2529B
Black with #B2529B
Text Example
Text Example
White with #B2529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2529B; }
p { color: rgb(178,82,155); }
H1.HeaderClassName
{
color: #B2529B;
}
.AnyTagClassName
{
color: #B2529B;
}
</style>
background-color css
<style>
a { background-color: #B2529B; }
a { background-color: rgb(178,82,155); }
div.DivClassName
{
background-color: #B2529B;
}
.BgClassName
{
background-color: #B2529B;
}
</style>
border-color css
<style>
span { border-color: #B2529B; }
span { border-color: rgb(178,82,155); }
td.TdClassName
{
border-color: #B2529B;
}
.TagClassName
{
border-color: #B2529B;
}
</style>