Shades of Violet Blue #B15EAB
Tints of Violet Blue #B15EAB
RGB
CMYK
RGB Variations
Color information
#B15EAB (or 0xB15EAB) is known color: Violet Blue. HEX triplet: B1, 5E and AB. RGB value is (177,94,171). Sum of RGB (Red+Green+Blue) = 177+94+171=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B15EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15EAB is #4EA154. Grayscale: #7F7F7F. Windows color (decimal): -5153109 or 11230897. OLE color: 11230897.
HSL color Cylindrical-coordinate representation of color #B15EAB: hue angle of 304.34º 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 #B15EAB is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 94 | 171 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.31 |
| HSL | 304.34º | 0.35% | 0.53% | - |
| HSV(B) | 304.34º | 0.47% | 0.69% | - |
| XYZ | 29.48 | 20.29 | 40.89 | - |
| YUV | 127.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 171 | 0 | 0.47 | 0.03 | 0.31 | 304.34 | 0.35 | 0.53 |
| Hex | B1 | 5E | AB | 0 | 2F | 3 | 1F | 130 | 23 | 35 |
| Octal | 261 | 136 | 253 | 0 | 57 | 3 | 37 | 460 | 43 | 65 |
| Binary | 10110001 | 1011110 | 10101011 | 0 | 101111 | 11 | 11111 | 100110000 | 100011 | 110101 |
Color Harmonies of #B15EAB
Complementary color
Monochromatic Colors of #B15EAB
Black with #B15EAB
Text Example
Text Example
White with #B15EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EAB; }
p { color: rgb(177,94,171); }
H1.HeaderClassName
{
color: #B15EAB;
}
.AnyTagClassName
{
color: #B15EAB;
}
</style>
background-color css
<style>
a { background-color: #B15EAB; }
a { background-color: rgb(177,94,171); }
div.DivClassName
{
background-color: #B15EAB;
}
.BgClassName
{
background-color: #B15EAB;
}
</style>
border-color css
<style>
span { border-color: #B15EAB; }
span { border-color: rgb(177,94,171); }
td.TdClassName
{
border-color: #B15EAB;
}
.TagClassName
{
border-color: #B15EAB;
}
</style>