Shades of Violet Blue #B15799
Tints of Violet Blue #B15799
RGB
CMYK
RGB Variations
Color information
#B15799 (or 0xB15799) is known color: Violet Blue. HEX triplet: B1, 57 and 99. RGB value is (177,87,153). Sum of RGB (Red+Green+Blue) = 177+87+153=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B15799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15799 is #4EA866. Grayscale: #797979. Windows color (decimal): -5154919 or 10049457. OLE color: 10049457.
HSL color Cylindrical-coordinate representation of color #B15799: hue angle of 316º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15799 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 153 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.31 |
| HSL | 316º | 0.37% | 0.52% | - |
| HSV(B) | 316º | 0.51% | 0.69% | - |
| XYZ | 27.29 | 18.46 | 32.26 | - |
| YUV | 121.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 153 | 0 | 0.51 | 0.14 | 0.31 | 316 | 0.37 | 0.52 |
| Hex | B1 | 57 | 99 | 0 | 33 | E | 1F | 13C | 25 | 34 |
| Octal | 261 | 127 | 231 | 0 | 63 | 16 | 37 | 474 | 45 | 64 |
| Binary | 10110001 | 1010111 | 10011001 | 0 | 110011 | 1110 | 11111 | 100111100 | 100101 | 110100 |
Color Harmonies of #B15799
Complementary color
Monochromatic Colors of #B15799
Black with #B15799
Text Example
Text Example
White with #B15799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15799; }
p { color: rgb(177,87,153); }
H1.HeaderClassName
{
color: #B15799;
}
.AnyTagClassName
{
color: #B15799;
}
</style>
background-color css
<style>
a { background-color: #B15799; }
a { background-color: rgb(177,87,153); }
div.DivClassName
{
background-color: #B15799;
}
.BgClassName
{
background-color: #B15799;
}
</style>
border-color css
<style>
span { border-color: #B15799; }
span { border-color: rgb(177,87,153); }
td.TdClassName
{
border-color: #B15799;
}
.TagClassName
{
border-color: #B15799;
}
</style>