Shades of Violet Blue #B2579D
Tints of Violet Blue #B2579D
RGB
CMYK
RGB Variations
Color information
#B2579D (or 0xB2579D) is known color: Violet Blue. HEX triplet: B2, 57 and 9D. RGB value is (178,87,157). Sum of RGB (Red+Green+Blue) = 178+87+157=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2579D is #4DA862. Grayscale: #797979. Windows color (decimal): -5089379 or 10311602. OLE color: 10311602.
HSL color Cylindrical-coordinate representation of color #B2579D: hue angle of 313.85º 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 #B2579D is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 87 | 157 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.30 |
| HSL | 313.85º | 0.37% | 0.52% | - |
| HSV(B) | 313.85º | 0.51% | 0.7% | - |
| XYZ | 27.85 | 18.72 | 34.04 | - |
| YUV | 122.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 157 | 0 | 0.51 | 0.12 | 0.30 | 313.85 | 0.37 | 0.52 |
| Hex | B2 | 57 | 9D | 0 | 33 | C | 1E | 13A | 25 | 34 |
| Octal | 262 | 127 | 235 | 0 | 63 | 14 | 36 | 472 | 45 | 64 |
| Binary | 10110010 | 1010111 | 10011101 | 0 | 110011 | 1100 | 11110 | 100111010 | 100101 | 110100 |
Color Harmonies of #B2579D
Complementary color
Monochromatic Colors of #B2579D
Black with #B2579D
Text Example
Text Example
White with #B2579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2579D; }
p { color: rgb(178,87,157); }
H1.HeaderClassName
{
color: #B2579D;
}
.AnyTagClassName
{
color: #B2579D;
}
</style>
background-color css
<style>
a { background-color: #B2579D; }
a { background-color: rgb(178,87,157); }
div.DivClassName
{
background-color: #B2579D;
}
.BgClassName
{
background-color: #B2579D;
}
</style>
border-color css
<style>
span { border-color: #B2579D; }
span { border-color: rgb(178,87,157); }
td.TdClassName
{
border-color: #B2579D;
}
.TagClassName
{
border-color: #B2579D;
}
</style>