Shades of Violet Blue #B15EA3
Tints of Violet Blue #B15EA3
RGB
CMYK
RGB Variations
Color information
#B15EA3 (or 0xB15EA3) is known color: Violet Blue. HEX triplet: B1, 5E and A3. RGB value is (177,94,163). Sum of RGB (Red+Green+Blue) = 177+94+163=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B15EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15EA3 is #4EA15C. Grayscale: #7E7E7E. Windows color (decimal): -5153117 or 10706609. OLE color: 10706609.
HSL color Cylindrical-coordinate representation of color #B15EA3: hue angle of 310.12º 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 #B15EA3 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 94 | 163 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.31 |
| HSL | 310.12º | 0.35% | 0.53% | - |
| HSV(B) | 310.12º | 0.47% | 0.69% | - |
| XYZ | 28.75 | 20 | 37 | - |
| YUV | 126.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 163 | 0 | 0.47 | 0.08 | 0.31 | 310.12 | 0.35 | 0.53 |
| Hex | B1 | 5E | A3 | 0 | 2F | 8 | 1F | 136 | 23 | 35 |
| Octal | 261 | 136 | 243 | 0 | 57 | 10 | 37 | 466 | 43 | 65 |
| Binary | 10110001 | 1011110 | 10100011 | 0 | 101111 | 1000 | 11111 | 100110110 | 100011 | 110101 |
Color Harmonies of #B15EA3
Complementary color
Monochromatic Colors of #B15EA3
Black with #B15EA3
Text Example
Text Example
White with #B15EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EA3; }
p { color: rgb(177,94,163); }
H1.HeaderClassName
{
color: #B15EA3;
}
.AnyTagClassName
{
color: #B15EA3;
}
</style>
background-color css
<style>
a { background-color: #B15EA3; }
a { background-color: rgb(177,94,163); }
div.DivClassName
{
background-color: #B15EA3;
}
.BgClassName
{
background-color: #B15EA3;
}
</style>
border-color css
<style>
span { border-color: #B15EA3; }
span { border-color: rgb(177,94,163); }
td.TdClassName
{
border-color: #B15EA3;
}
.TagClassName
{
border-color: #B15EA3;
}
</style>