Shades of Violet Blue #B4599C
Tints of Violet Blue #B4599C
RGB
CMYK
RGB Variations
Color information
#B4599C (or 0xB4599C) is known color: Violet Blue. HEX triplet: B4, 59 and 9C. RGB value is (180,89,156). Sum of RGB (Red+Green+Blue) = 180+89+156=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4599C is #4BA663. Grayscale: #7B7B7B. Windows color (decimal): -4957796 or 10246580. OLE color: 10246580.
HSL color Cylindrical-coordinate representation of color #B4599C: hue angle of 315.82º 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 #B4599C is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 156 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.29 |
| HSL | 315.82º | 0.38% | 0.53% | - |
| HSV(B) | 315.82º | 0.51% | 0.71% | - |
| XYZ | 28.4 | 19.25 | 33.67 | - |
| YUV | 123.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 156 | 0 | 0.51 | 0.13 | 0.29 | 315.82 | 0.38 | 0.53 |
| Hex | B4 | 59 | 9C | 0 | 33 | D | 1D | 13C | 26 | 35 |
| Octal | 264 | 131 | 234 | 0 | 63 | 15 | 35 | 474 | 46 | 65 |
| Binary | 10110100 | 1011001 | 10011100 | 0 | 110011 | 1101 | 11101 | 100111100 | 100110 | 110101 |
Color Harmonies of #B4599C
Complementary color
Monochromatic Colors of #B4599C
Black with #B4599C
Text Example
Text Example
White with #B4599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4599C; }
p { color: rgb(180,89,156); }
H1.HeaderClassName
{
color: #B4599C;
}
.AnyTagClassName
{
color: #B4599C;
}
</style>
background-color css
<style>
a { background-color: #B4599C; }
a { background-color: rgb(180,89,156); }
div.DivClassName
{
background-color: #B4599C;
}
.BgClassName
{
background-color: #B4599C;
}
</style>
border-color css
<style>
span { border-color: #B4599C; }
span { border-color: rgb(180,89,156); }
td.TdClassName
{
border-color: #B4599C;
}
.TagClassName
{
border-color: #B4599C;
}
</style>