Shades of Violet Blue #B5599D
Tints of Violet Blue #B5599D
RGB
CMYK
RGB Variations
Color information
#B5599D (or 0xB5599D) is known color: Violet Blue. HEX triplet: B5, 59 and 9D. RGB value is (181,89,157). Sum of RGB (Red+Green+Blue) = 181+89+157=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5599D is #4AA662. Grayscale: #7C7C7C. Windows color (decimal): -4892259 or 10312117. OLE color: 10312117.
HSL color Cylindrical-coordinate representation of color #B5599D: hue angle of 315.65º 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 #B5599D is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 157 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.29 |
| HSL | 315.65º | 0.38% | 0.53% | - |
| HSV(B) | 315.65º | 0.51% | 0.71% | - |
| XYZ | 28.71 | 19.4 | 34.13 | - |
| YUV | 124.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 157 | 0 | 0.51 | 0.13 | 0.29 | 315.65 | 0.38 | 0.53 |
| Hex | B5 | 59 | 9D | 0 | 33 | D | 1D | 13C | 26 | 35 |
| Octal | 265 | 131 | 235 | 0 | 63 | 15 | 35 | 474 | 46 | 65 |
| Binary | 10110101 | 1011001 | 10011101 | 0 | 110011 | 1101 | 11101 | 100111100 | 100110 | 110101 |
Color Harmonies of #B5599D
Complementary color
Monochromatic Colors of #B5599D
Black with #B5599D
Text Example
Text Example
White with #B5599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5599D; }
p { color: rgb(181,89,157); }
H1.HeaderClassName
{
color: #B5599D;
}
.AnyTagClassName
{
color: #B5599D;
}
</style>
background-color css
<style>
a { background-color: #B5599D; }
a { background-color: rgb(181,89,157); }
div.DivClassName
{
background-color: #B5599D;
}
.BgClassName
{
background-color: #B5599D;
}
</style>
border-color css
<style>
span { border-color: #B5599D; }
span { border-color: rgb(181,89,157); }
td.TdClassName
{
border-color: #B5599D;
}
.TagClassName
{
border-color: #B5599D;
}
</style>