Shades of Violet Blue #B15EA5
Tints of Violet Blue #B15EA5
RGB
CMYK
RGB Variations
Color information
#B15EA5 (or 0xB15EA5) is known color: Violet Blue. HEX triplet: B1, 5E and A5. RGB value is (177,94,165). Sum of RGB (Red+Green+Blue) = 177+94+165=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B15EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15EA5 is #4EA15A. Grayscale: #7E7E7E. Windows color (decimal): -5153115 or 10837681. OLE color: 10837681.
HSL color Cylindrical-coordinate representation of color #B15EA5: hue angle of 308.67º 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 #B15EA5 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 94 | 165 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.31 |
| HSL | 308.67º | 0.35% | 0.53% | - |
| HSV(B) | 308.67º | 0.47% | 0.69% | - |
| XYZ | 28.93 | 20.07 | 37.95 | - |
| YUV | 126.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 165 | 0 | 0.47 | 0.07 | 0.31 | 308.67 | 0.35 | 0.53 |
| Hex | B1 | 5E | A5 | 0 | 2F | 7 | 1F | 135 | 23 | 35 |
| Octal | 261 | 136 | 245 | 0 | 57 | 7 | 37 | 465 | 43 | 65 |
| Binary | 10110001 | 1011110 | 10100101 | 0 | 101111 | 111 | 11111 | 100110101 | 100011 | 110101 |
Color Harmonies of #B15EA5
Complementary color
Monochromatic Colors of #B15EA5
Black with #B15EA5
Text Example
Text Example
White with #B15EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EA5; }
p { color: rgb(177,94,165); }
H1.HeaderClassName
{
color: #B15EA5;
}
.AnyTagClassName
{
color: #B15EA5;
}
</style>
background-color css
<style>
a { background-color: #B15EA5; }
a { background-color: rgb(177,94,165); }
div.DivClassName
{
background-color: #B15EA5;
}
.BgClassName
{
background-color: #B15EA5;
}
</style>
border-color css
<style>
span { border-color: #B15EA5; }
span { border-color: rgb(177,94,165); }
td.TdClassName
{
border-color: #B15EA5;
}
.TagClassName
{
border-color: #B15EA5;
}
</style>