Shades of Violet Blue #B15BAA
Tints of Violet Blue #B15BAA
RGB
CMYK
RGB Variations
Color information
#B15BAA (or 0xB15BAA) is known color: Violet Blue. HEX triplet: B1, 5B and AA. RGB value is (177,91,170). Sum of RGB (Red+Green+Blue) = 177+91+170=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B15BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15BAA is #4EA455. Grayscale: #7D7D7D. Windows color (decimal): -5153878 or 11164593. OLE color: 11164593.
HSL color Cylindrical-coordinate representation of color #B15BAA: hue angle of 304.88º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15BAA is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 91 | 170 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.31 |
| HSL | 304.88º | 0.36% | 0.53% | - |
| HSV(B) | 304.88º | 0.49% | 0.69% | - |
| XYZ | 29.13 | 19.73 | 40.3 | - |
| YUV | 125.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 170 | 0 | 0.49 | 0.04 | 0.31 | 304.88 | 0.36 | 0.53 |
| Hex | B1 | 5B | AA | 0 | 31 | 4 | 1F | 131 | 24 | 35 |
| Octal | 261 | 133 | 252 | 0 | 61 | 4 | 37 | 461 | 44 | 65 |
| Binary | 10110001 | 1011011 | 10101010 | 0 | 110001 | 100 | 11111 | 100110001 | 100100 | 110101 |
Color Harmonies of #B15BAA
Complementary color
Monochromatic Colors of #B15BAA
Black with #B15BAA
Text Example
Text Example
White with #B15BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15BAA; }
p { color: rgb(177,91,170); }
H1.HeaderClassName
{
color: #B15BAA;
}
.AnyTagClassName
{
color: #B15BAA;
}
</style>
background-color css
<style>
a { background-color: #B15BAA; }
a { background-color: rgb(177,91,170); }
div.DivClassName
{
background-color: #B15BAA;
}
.BgClassName
{
background-color: #B15BAA;
}
</style>
border-color css
<style>
span { border-color: #B15BAA; }
span { border-color: rgb(177,91,170); }
td.TdClassName
{
border-color: #B15BAA;
}
.TagClassName
{
border-color: #B15BAA;
}
</style>