Shades of Violet Blue #B15EAE
Tints of Violet Blue #B15EAE
RGB
CMYK
RGB Variations
Color information
#B15EAE (or 0xB15EAE) is known color: Violet Blue. HEX triplet: B1, 5E and AE. RGB value is (177,94,174). Sum of RGB (Red+Green+Blue) = 177+94+174=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B15EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15EAE is #4EA151. Grayscale: #7F7F7F. Windows color (decimal): -5153106 or 11427505. OLE color: 11427505.
HSL color Cylindrical-coordinate representation of color #B15EAE: hue angle of 302.17º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B15EAE is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 94 | 174 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.31 |
| HSL | 302.17º | 0.35% | 0.53% | - |
| HSV(B) | 302.17º | 0.47% | 0.69% | - |
| XYZ | 29.77 | 20.41 | 42.41 | - |
| YUV | 127.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 174 | 0 | 0.47 | 0.02 | 0.31 | 302.17 | 0.35 | 0.53 |
| Hex | B1 | 5E | AE | 0 | 2F | 2 | 1F | 12E | 23 | 35 |
| Octal | 261 | 136 | 256 | 0 | 57 | 2 | 37 | 456 | 43 | 65 |
| Binary | 10110001 | 1011110 | 10101110 | 0 | 101111 | 10 | 11111 | 100101110 | 100011 | 110101 |
Color Harmonies of #B15EAE
Complementary color
Monochromatic Colors of #B15EAE
Black with #B15EAE
Text Example
Text Example
White with #B15EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EAE; }
p { color: rgb(177,94,174); }
H1.HeaderClassName
{
color: #B15EAE;
}
.AnyTagClassName
{
color: #B15EAE;
}
</style>
background-color css
<style>
a { background-color: #B15EAE; }
a { background-color: rgb(177,94,174); }
div.DivClassName
{
background-color: #B15EAE;
}
.BgClassName
{
background-color: #B15EAE;
}
</style>
border-color css
<style>
span { border-color: #B15EAE; }
span { border-color: rgb(177,94,174); }
td.TdClassName
{
border-color: #B15EAE;
}
.TagClassName
{
border-color: #B15EAE;
}
</style>