Shades of Violet Blue #B4599D
Tints of Violet Blue #B4599D
RGB
CMYK
RGB Variations
Color information
#B4599D (or 0xB4599D) is known color: Violet Blue. HEX triplet: B4, 59 and 9D. RGB value is (180,89,157). Sum of RGB (Red+Green+Blue) = 180+89+157=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4599D is #4BA662. Grayscale: #7B7B7B. Windows color (decimal): -4957795 or 10312116. OLE color: 10312116.
HSL color Cylindrical-coordinate representation of color #B4599D: hue angle of 315.16º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4599D is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 157 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.29 |
| HSL | 315.16º | 0.38% | 0.53% | - |
| HSV(B) | 315.16º | 0.51% | 0.71% | - |
| XYZ | 28.48 | 19.28 | 34.12 | - |
| YUV | 123.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 157 | 0 | 0.51 | 0.13 | 0.29 | 315.16 | 0.38 | 0.53 |
| Hex | B4 | 59 | 9D | 0 | 33 | D | 1D | 13B | 26 | 35 |
| Octal | 264 | 131 | 235 | 0 | 63 | 15 | 35 | 473 | 46 | 65 |
| Binary | 10110100 | 1011001 | 10011101 | 0 | 110011 | 1101 | 11101 | 100111011 | 100110 | 110101 |
Color Harmonies of #B4599D
Complementary color
Monochromatic Colors of #B4599D
Black with #B4599D
Text Example
Text Example
White with #B4599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4599D; }
p { color: rgb(180,89,157); }
H1.HeaderClassName
{
color: #B4599D;
}
.AnyTagClassName
{
color: #B4599D;
}
</style>
background-color css
<style>
a { background-color: #B4599D; }
a { background-color: rgb(180,89,157); }
div.DivClassName
{
background-color: #B4599D;
}
.BgClassName
{
background-color: #B4599D;
}
</style>
border-color css
<style>
span { border-color: #B4599D; }
span { border-color: rgb(180,89,157); }
td.TdClassName
{
border-color: #B4599D;
}
.TagClassName
{
border-color: #B4599D;
}
</style>