Shades of Violet Blue #B2579A
Tints of Violet Blue #B2579A
RGB
CMYK
RGB Variations
Color information
#B2579A (or 0xB2579A) is known color: Violet Blue. HEX triplet: B2, 57 and 9A. RGB value is (178,87,154). Sum of RGB (Red+Green+Blue) = 178+87+154=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2579A is #4DA865. Grayscale: #797979. Windows color (decimal): -5089382 or 10114994. OLE color: 10114994.
HSL color Cylindrical-coordinate representation of color #B2579A: hue angle of 315.82º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2579A is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 87 | 154 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.30 |
| HSL | 315.82º | 0.37% | 0.52% | - |
| HSV(B) | 315.82º | 0.51% | 0.7% | - |
| XYZ | 27.6 | 18.61 | 32.71 | - |
| YUV | 121.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 154 | 0 | 0.51 | 0.13 | 0.30 | 315.82 | 0.37 | 0.52 |
| Hex | B2 | 57 | 9A | 0 | 33 | D | 1E | 13C | 25 | 34 |
| Octal | 262 | 127 | 232 | 0 | 63 | 15 | 36 | 474 | 45 | 64 |
| Binary | 10110010 | 1010111 | 10011010 | 0 | 110011 | 1101 | 11110 | 100111100 | 100101 | 110100 |
Color Harmonies of #B2579A
Complementary color
Monochromatic Colors of #B2579A
Black with #B2579A
Text Example
Text Example
White with #B2579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2579A; }
p { color: rgb(178,87,154); }
H1.HeaderClassName
{
color: #B2579A;
}
.AnyTagClassName
{
color: #B2579A;
}
</style>
background-color css
<style>
a { background-color: #B2579A; }
a { background-color: rgb(178,87,154); }
div.DivClassName
{
background-color: #B2579A;
}
.BgClassName
{
background-color: #B2579A;
}
</style>
border-color css
<style>
span { border-color: #B2579A; }
span { border-color: rgb(178,87,154); }
td.TdClassName
{
border-color: #B2579A;
}
.TagClassName
{
border-color: #B2579A;
}
</style>