Shades of Violet Blue #B14EA0
Tints of Violet Blue #B14EA0
RGB
CMYK
RGB Variations
Color information
#B14EA0 (or 0xB14EA0) is known color: Violet Blue. HEX triplet: B1, 4E and A0. RGB value is (177,78,160). Sum of RGB (Red+Green+Blue) = 177+78+160=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B14EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14EA0 is #4EB15F. Grayscale: #747474. Windows color (decimal): -5157216 or 10505905. OLE color: 10505905.
HSL color Cylindrical-coordinate representation of color #B14EA0: hue angle of 310.3º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14EA0 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 160 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.31 |
| HSL | 310.3º | 0.39% | 0.5% | - |
| HSV(B) | 310.3º | 0.56% | 0.69% | - |
| XYZ | 27.2 | 17.33 | 35.17 | - |
| YUV | 116.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 160 | 0 | 0.56 | 0.10 | 0.31 | 310.3 | 0.39 | 0.5 |
| Hex | B1 | 4E | A0 | 0 | 38 | A | 1F | 136 | 27 | 32 |
| Octal | 261 | 116 | 240 | 0 | 70 | 12 | 37 | 466 | 47 | 62 |
| Binary | 10110001 | 1001110 | 10100000 | 0 | 111000 | 1010 | 11111 | 100110110 | 100111 | 110010 |
Color Harmonies of #B14EA0
Complementary color
Monochromatic Colors of #B14EA0
Black with #B14EA0
Text Example
Text Example
White with #B14EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14EA0; }
p { color: rgb(177,78,160); }
H1.HeaderClassName
{
color: #B14EA0;
}
.AnyTagClassName
{
color: #B14EA0;
}
</style>
background-color css
<style>
a { background-color: #B14EA0; }
a { background-color: rgb(177,78,160); }
div.DivClassName
{
background-color: #B14EA0;
}
.BgClassName
{
background-color: #B14EA0;
}
</style>
border-color css
<style>
span { border-color: #B14EA0; }
span { border-color: rgb(177,78,160); }
td.TdClassName
{
border-color: #B14EA0;
}
.TagClassName
{
border-color: #B14EA0;
}
</style>