Shades of Violet Blue #B15BA3
Tints of Violet Blue #B15BA3
RGB
CMYK
RGB Variations
Color information
#B15BA3 (or 0xB15BA3) is known color: Violet Blue. HEX triplet: B1, 5B and A3. RGB value is (177,91,163). Sum of RGB (Red+Green+Blue) = 177+91+163=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B15BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15BA3 is #4EA45C. Grayscale: #7C7C7C. Windows color (decimal): -5153885 or 10705841. OLE color: 10705841.
HSL color Cylindrical-coordinate representation of color #B15BA3: hue angle of 309.77º 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 #B15BA3 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 91 | 163 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.31 |
| HSL | 309.77º | 0.36% | 0.53% | - |
| HSV(B) | 309.77º | 0.49% | 0.69% | - |
| XYZ | 28.48 | 19.47 | 36.91 | - |
| YUV | 124.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 163 | 0 | 0.49 | 0.08 | 0.31 | 309.77 | 0.36 | 0.53 |
| Hex | B1 | 5B | A3 | 0 | 31 | 8 | 1F | 136 | 24 | 35 |
| Octal | 261 | 133 | 243 | 0 | 61 | 10 | 37 | 466 | 44 | 65 |
| Binary | 10110001 | 1011011 | 10100011 | 0 | 110001 | 1000 | 11111 | 100110110 | 100100 | 110101 |
Color Harmonies of #B15BA3
Complementary color
Monochromatic Colors of #B15BA3
Black with #B15BA3
Text Example
Text Example
White with #B15BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15BA3; }
p { color: rgb(177,91,163); }
H1.HeaderClassName
{
color: #B15BA3;
}
.AnyTagClassName
{
color: #B15BA3;
}
</style>
background-color css
<style>
a { background-color: #B15BA3; }
a { background-color: rgb(177,91,163); }
div.DivClassName
{
background-color: #B15BA3;
}
.BgClassName
{
background-color: #B15BA3;
}
</style>
border-color css
<style>
span { border-color: #B15BA3; }
span { border-color: rgb(177,91,163); }
td.TdClassName
{
border-color: #B15BA3;
}
.TagClassName
{
border-color: #B15BA3;
}
</style>