Shades of Violet Blue #B2589B
Tints of Violet Blue #B2589B
RGB
CMYK
RGB Variations
Color information
#B2589B (or 0xB2589B) is known color: Violet Blue. HEX triplet: B2, 58 and 9B. RGB value is (178,88,155). Sum of RGB (Red+Green+Blue) = 178+88+155=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2589B is #4DA764. Grayscale: #7A7A7A. Windows color (decimal): -5089125 or 10180786. OLE color: 10180786.
HSL color Cylindrical-coordinate representation of color #B2589B: hue angle of 315.33º 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 #B2589B is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 88 | 155 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.30 |
| HSL | 315.33º | 0.37% | 0.52% | - |
| HSV(B) | 315.33º | 0.51% | 0.7% | - |
| XYZ | 27.77 | 18.81 | 33.18 | - |
| YUV | 122.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 155 | 0 | 0.51 | 0.13 | 0.30 | 315.33 | 0.37 | 0.52 |
| Hex | B2 | 58 | 9B | 0 | 33 | D | 1E | 13B | 25 | 34 |
| Octal | 262 | 130 | 233 | 0 | 63 | 15 | 36 | 473 | 45 | 64 |
| Binary | 10110010 | 1011000 | 10011011 | 0 | 110011 | 1101 | 11110 | 100111011 | 100101 | 110100 |
Color Harmonies of #B2589B
Complementary color
Monochromatic Colors of #B2589B
Black with #B2589B
Text Example
Text Example
White with #B2589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2589B; }
p { color: rgb(178,88,155); }
H1.HeaderClassName
{
color: #B2589B;
}
.AnyTagClassName
{
color: #B2589B;
}
</style>
background-color css
<style>
a { background-color: #B2589B; }
a { background-color: rgb(178,88,155); }
div.DivClassName
{
background-color: #B2589B;
}
.BgClassName
{
background-color: #B2589B;
}
</style>
border-color css
<style>
span { border-color: #B2589B; }
span { border-color: rgb(178,88,155); }
td.TdClassName
{
border-color: #B2589B;
}
.TagClassName
{
border-color: #B2589B;
}
</style>