Shades of Violet Blue #B14CA2
Tints of Violet Blue #B14CA2
RGB
CMYK
RGB Variations
Color information
#B14CA2 (or 0xB14CA2) is known color: Violet Blue. HEX triplet: B1, 4C and A2. RGB value is (177,76,162). Sum of RGB (Red+Green+Blue) = 177+76+162=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B14CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14CA2 is #4EB35D. Grayscale: #737373. Windows color (decimal): -5157726 or 10636465. OLE color: 10636465.
HSL color Cylindrical-coordinate representation of color #B14CA2: hue angle of 308.91º 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 #B14CA2 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 162 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.31 |
| HSL | 308.91º | 0.4% | 0.5% | - |
| HSV(B) | 308.91º | 0.57% | 0.69% | - |
| XYZ | 27.24 | 17.12 | 36.05 | - |
| YUV | 116 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 162 | 0 | 0.57 | 0.08 | 0.31 | 308.91 | 0.4 | 0.5 |
| Hex | B1 | 4C | A2 | 0 | 39 | 8 | 1F | 135 | 28 | 32 |
| Octal | 261 | 114 | 242 | 0 | 71 | 10 | 37 | 465 | 50 | 62 |
| Binary | 10110001 | 1001100 | 10100010 | 0 | 111001 | 1000 | 11111 | 100110101 | 101000 | 110010 |
Color Harmonies of #B14CA2
Complementary color
Monochromatic Colors of #B14CA2
Black with #B14CA2
Text Example
Text Example
White with #B14CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14CA2; }
p { color: rgb(177,76,162); }
H1.HeaderClassName
{
color: #B14CA2;
}
.AnyTagClassName
{
color: #B14CA2;
}
</style>
background-color css
<style>
a { background-color: #B14CA2; }
a { background-color: rgb(177,76,162); }
div.DivClassName
{
background-color: #B14CA2;
}
.BgClassName
{
background-color: #B14CA2;
}
</style>
border-color css
<style>
span { border-color: #B14CA2; }
span { border-color: rgb(177,76,162); }
td.TdClassName
{
border-color: #B14CA2;
}
.TagClassName
{
border-color: #B14CA2;
}
</style>