Shades of Violet Blue #B3599B
Tints of Violet Blue #B3599B
RGB
CMYK
RGB Variations
Color information
#B3599B (or 0xB3599B) is known color: Violet Blue. HEX triplet: B3, 59 and 9B. RGB value is (179,89,155). Sum of RGB (Red+Green+Blue) = 179+89+155=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3599B is #4CA664. Grayscale: #7B7B7B. Windows color (decimal): -5023333 or 10181043. OLE color: 10181043.
HSL color Cylindrical-coordinate representation of color #B3599B: hue angle of 316º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3599B is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 89 | 155 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.30 |
| HSL | 316º | 0.37% | 0.53% | - |
| HSV(B) | 316º | 0.5% | 0.7% | - |
| XYZ | 28.08 | 19.1 | 33.22 | - |
| YUV | 123.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 155 | 0 | 0.50 | 0.13 | 0.30 | 316 | 0.37 | 0.53 |
| Hex | B3 | 59 | 9B | 0 | 32 | D | 1E | 13C | 25 | 35 |
| Octal | 263 | 131 | 233 | 0 | 62 | 15 | 36 | 474 | 45 | 65 |
| Binary | 10110011 | 1011001 | 10011011 | 0 | 110010 | 1101 | 11110 | 100111100 | 100101 | 110101 |
Color Harmonies of #B3599B
Complementary color
Monochromatic Colors of #B3599B
Black with #B3599B
Text Example
Text Example
White with #B3599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3599B; }
p { color: rgb(179,89,155); }
H1.HeaderClassName
{
color: #B3599B;
}
.AnyTagClassName
{
color: #B3599B;
}
</style>
background-color css
<style>
a { background-color: #B3599B; }
a { background-color: rgb(179,89,155); }
div.DivClassName
{
background-color: #B3599B;
}
.BgClassName
{
background-color: #B3599B;
}
</style>
border-color css
<style>
span { border-color: #B3599B; }
span { border-color: rgb(179,89,155); }
td.TdClassName
{
border-color: #B3599B;
}
.TagClassName
{
border-color: #B3599B;
}
</style>