Shades of Violet Blue #B3589E
Tints of Violet Blue #B3589E
RGB
CMYK
RGB Variations
Color information
#B3589E (or 0xB3589E) is known color: Violet Blue. HEX triplet: B3, 58 and 9E. RGB value is (179,88,158). Sum of RGB (Red+Green+Blue) = 179+88+158=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B3589E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3589E is #4CA761. Grayscale: #7A7A7A. Windows color (decimal): -5023586 or 10377395. OLE color: 10377395.
HSL color Cylindrical-coordinate representation of color #B3589E: 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 #B3589E is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 158 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.30 |
| HSL | 313.85º | 0.37% | 0.52% | - |
| HSV(B) | 313.85º | 0.51% | 0.7% | - |
| XYZ | 28.25 | 19.03 | 34.53 | - |
| YUV | 123.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 158 | 0 | 0.51 | 0.12 | 0.30 | 313.85 | 0.37 | 0.52 |
| Hex | B3 | 58 | 9E | 0 | 33 | C | 1E | 13A | 25 | 34 |
| Octal | 263 | 130 | 236 | 0 | 63 | 14 | 36 | 472 | 45 | 64 |
| Binary | 10110011 | 1011000 | 10011110 | 0 | 110011 | 1100 | 11110 | 100111010 | 100101 | 110100 |
Color Harmonies of #B3589E
Complementary color
Monochromatic Colors of #B3589E
Black with #B3589E
Text Example
Text Example
White with #B3589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3589E; }
p { color: rgb(179,88,158); }
H1.HeaderClassName
{
color: #B3589E;
}
.AnyTagClassName
{
color: #B3589E;
}
</style>
background-color css
<style>
a { background-color: #B3589E; }
a { background-color: rgb(179,88,158); }
div.DivClassName
{
background-color: #B3589E;
}
.BgClassName
{
background-color: #B3589E;
}
</style>
border-color css
<style>
span { border-color: #B3589E; }
span { border-color: rgb(179,88,158); }
td.TdClassName
{
border-color: #B3589E;
}
.TagClassName
{
border-color: #B3589E;
}
</style>