Shades of Violet Blue #B15BA4
Tints of Violet Blue #B15BA4
RGB
CMYK
RGB Variations
Color information
#B15BA4 (or 0xB15BA4) is known color: Violet Blue. HEX triplet: B1, 5B and A4. RGB value is (177,91,164). Sum of RGB (Red+Green+Blue) = 177+91+164=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B15BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15BA4 is #4EA45B. Grayscale: #7C7C7C. Windows color (decimal): -5153884 or 10771377. OLE color: 10771377.
HSL color Cylindrical-coordinate representation of color #B15BA4: hue angle of 309.07º 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 #B15BA4 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 91 | 164 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.31 |
| HSL | 309.07º | 0.36% | 0.53% | - |
| HSV(B) | 309.07º | 0.49% | 0.69% | - |
| XYZ | 28.57 | 19.51 | 37.38 | - |
| YUV | 125.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 164 | 0 | 0.49 | 0.07 | 0.31 | 309.07 | 0.36 | 0.53 |
| Hex | B1 | 5B | A4 | 0 | 31 | 7 | 1F | 135 | 24 | 35 |
| Octal | 261 | 133 | 244 | 0 | 61 | 7 | 37 | 465 | 44 | 65 |
| Binary | 10110001 | 1011011 | 10100100 | 0 | 110001 | 111 | 11111 | 100110101 | 100100 | 110101 |
Color Harmonies of #B15BA4
Complementary color
Monochromatic Colors of #B15BA4
Black with #B15BA4
Text Example
Text Example
White with #B15BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15BA4; }
p { color: rgb(177,91,164); }
H1.HeaderClassName
{
color: #B15BA4;
}
.AnyTagClassName
{
color: #B15BA4;
}
</style>
background-color css
<style>
a { background-color: #B15BA4; }
a { background-color: rgb(177,91,164); }
div.DivClassName
{
background-color: #B15BA4;
}
.BgClassName
{
background-color: #B15BA4;
}
</style>
border-color css
<style>
span { border-color: #B15BA4; }
span { border-color: rgb(177,91,164); }
td.TdClassName
{
border-color: #B15BA4;
}
.TagClassName
{
border-color: #B15BA4;
}
</style>