Shades of Violet Blue #B15EAA
Tints of Violet Blue #B15EAA
RGB
CMYK
RGB Variations
Color information
#B15EAA (or 0xB15EAA) is known color: Violet Blue. HEX triplet: B1, 5E and AA. RGB value is (177,94,170). Sum of RGB (Red+Green+Blue) = 177+94+170=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B15EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15EAA is #4EA155. Grayscale: #7F7F7F. Windows color (decimal): -5153110 or 11165361. OLE color: 11165361.
HSL color Cylindrical-coordinate representation of color #B15EAA: hue angle of 305.06º 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 #B15EAA is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 94 | 170 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.31 |
| HSL | 305.06º | 0.35% | 0.53% | - |
| HSV(B) | 305.06º | 0.47% | 0.69% | - |
| XYZ | 29.39 | 20.25 | 40.39 | - |
| YUV | 127.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 170 | 0 | 0.47 | 0.04 | 0.31 | 305.06 | 0.35 | 0.53 |
| Hex | B1 | 5E | AA | 0 | 2F | 4 | 1F | 131 | 23 | 35 |
| Octal | 261 | 136 | 252 | 0 | 57 | 4 | 37 | 461 | 43 | 65 |
| Binary | 10110001 | 1011110 | 10101010 | 0 | 101111 | 100 | 11111 | 100110001 | 100011 | 110101 |
Color Harmonies of #B15EAA
Complementary color
Monochromatic Colors of #B15EAA
Black with #B15EAA
Text Example
Text Example
White with #B15EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EAA; }
p { color: rgb(177,94,170); }
H1.HeaderClassName
{
color: #B15EAA;
}
.AnyTagClassName
{
color: #B15EAA;
}
</style>
background-color css
<style>
a { background-color: #B15EAA; }
a { background-color: rgb(177,94,170); }
div.DivClassName
{
background-color: #B15EAA;
}
.BgClassName
{
background-color: #B15EAA;
}
</style>
border-color css
<style>
span { border-color: #B15EAA; }
span { border-color: rgb(177,94,170); }
td.TdClassName
{
border-color: #B15EAA;
}
.TagClassName
{
border-color: #B15EAA;
}
</style>