Shades of Violet Blue #B15599
Tints of Violet Blue #B15599
RGB
CMYK
RGB Variations
Color information
#B15599 (or 0xB15599) is known color: Violet Blue. HEX triplet: B1, 55 and 99. RGB value is (177,85,153). Sum of RGB (Red+Green+Blue) = 177+85+153=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B15599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15599 is #4EAA66. Grayscale: #787878. Windows color (decimal): -5155431 or 10048945. OLE color: 10048945.
HSL color Cylindrical-coordinate representation of color #B15599: hue angle of 315.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B15599 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 153 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.31 |
| HSL | 315.65º | 0.37% | 0.51% | - |
| HSV(B) | 315.65º | 0.52% | 0.69% | - |
| XYZ | 27.13 | 18.14 | 32.21 | - |
| YUV | 120.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 153 | 0 | 0.52 | 0.14 | 0.31 | 315.65 | 0.37 | 0.51 |
| Hex | B1 | 55 | 99 | 0 | 34 | E | 1F | 13C | 25 | 33 |
| Octal | 261 | 125 | 231 | 0 | 64 | 16 | 37 | 474 | 45 | 63 |
| Binary | 10110001 | 1010101 | 10011001 | 0 | 110100 | 1110 | 11111 | 100111100 | 100101 | 110011 |
Color Harmonies of #B15599
Complementary color
Monochromatic Colors of #B15599
Black with #B15599
Text Example
Text Example
White with #B15599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15599; }
p { color: rgb(177,85,153); }
H1.HeaderClassName
{
color: #B15599;
}
.AnyTagClassName
{
color: #B15599;
}
</style>
background-color css
<style>
a { background-color: #B15599; }
a { background-color: rgb(177,85,153); }
div.DivClassName
{
background-color: #B15599;
}
.BgClassName
{
background-color: #B15599;
}
</style>
border-color css
<style>
span { border-color: #B15599; }
span { border-color: rgb(177,85,153); }
td.TdClassName
{
border-color: #B15599;
}
.TagClassName
{
border-color: #B15599;
}
</style>