Shades of Violet Blue #B15BA2
Tints of Violet Blue #B15BA2
RGB
CMYK
RGB Variations
Color information
#B15BA2 (or 0xB15BA2) is known color: Violet Blue. HEX triplet: B1, 5B and A2. RGB value is (177,91,162). Sum of RGB (Red+Green+Blue) = 177+91+162=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B15BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15BA2 is #4EA45D. Grayscale: #7C7C7C. Windows color (decimal): -5153886 or 10640305. OLE color: 10640305.
HSL color Cylindrical-coordinate representation of color #B15BA2: hue angle of 310.47º 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 #B15BA2 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 91 | 162 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.31 |
| HSL | 310.47º | 0.36% | 0.53% | - |
| HSV(B) | 310.47º | 0.49% | 0.69% | - |
| XYZ | 28.39 | 19.44 | 36.44 | - |
| YUV | 124.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 162 | 0 | 0.49 | 0.08 | 0.31 | 310.47 | 0.36 | 0.53 |
| Hex | B1 | 5B | A2 | 0 | 31 | 8 | 1F | 136 | 24 | 35 |
| Octal | 261 | 133 | 242 | 0 | 61 | 10 | 37 | 466 | 44 | 65 |
| Binary | 10110001 | 1011011 | 10100010 | 0 | 110001 | 1000 | 11111 | 100110110 | 100100 | 110101 |
Color Harmonies of #B15BA2
Complementary color
Monochromatic Colors of #B15BA2
Black with #B15BA2
Text Example
Text Example
White with #B15BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15BA2; }
p { color: rgb(177,91,162); }
H1.HeaderClassName
{
color: #B15BA2;
}
.AnyTagClassName
{
color: #B15BA2;
}
</style>
background-color css
<style>
a { background-color: #B15BA2; }
a { background-color: rgb(177,91,162); }
div.DivClassName
{
background-color: #B15BA2;
}
.BgClassName
{
background-color: #B15BA2;
}
</style>
border-color css
<style>
span { border-color: #B15BA2; }
span { border-color: rgb(177,91,162); }
td.TdClassName
{
border-color: #B15BA2;
}
.TagClassName
{
border-color: #B15BA2;
}
</style>