Shades of Violet Blue #B14CA0
Tints of Violet Blue #B14CA0
RGB
CMYK
RGB Variations
Color information
#B14CA0 (or 0xB14CA0) is known color: Violet Blue. HEX triplet: B1, 4C and A0. RGB value is (177,76,160). Sum of RGB (Red+Green+Blue) = 177+76+160=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B14CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14CA0 is #4EB35F. Grayscale: #737373. Windows color (decimal): -5157728 or 10505393. OLE color: 10505393.
HSL color Cylindrical-coordinate representation of color #B14CA0: hue angle of 310.1º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14CA0 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 160 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.31 |
| HSL | 310.1º | 0.4% | 0.5% | - |
| HSV(B) | 310.1º | 0.57% | 0.69% | - |
| XYZ | 27.06 | 17.05 | 35.12 | - |
| YUV | 115.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 160 | 0 | 0.57 | 0.10 | 0.31 | 310.1 | 0.4 | 0.5 |
| Hex | B1 | 4C | A0 | 0 | 39 | A | 1F | 136 | 28 | 32 |
| Octal | 261 | 114 | 240 | 0 | 71 | 12 | 37 | 466 | 50 | 62 |
| Binary | 10110001 | 1001100 | 10100000 | 0 | 111001 | 1010 | 11111 | 100110110 | 101000 | 110010 |
Color Harmonies of #B14CA0
Complementary color
Monochromatic Colors of #B14CA0
Black with #B14CA0
Text Example
Text Example
White with #B14CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14CA0; }
p { color: rgb(177,76,160); }
H1.HeaderClassName
{
color: #B14CA0;
}
.AnyTagClassName
{
color: #B14CA0;
}
</style>
background-color css
<style>
a { background-color: #B14CA0; }
a { background-color: rgb(177,76,160); }
div.DivClassName
{
background-color: #B14CA0;
}
.BgClassName
{
background-color: #B14CA0;
}
</style>
border-color css
<style>
span { border-color: #B14CA0; }
span { border-color: rgb(177,76,160); }
td.TdClassName
{
border-color: #B14CA0;
}
.TagClassName
{
border-color: #B14CA0;
}
</style>