Shades of Violet Blue #B14CA5
Tints of Violet Blue #B14CA5
RGB
CMYK
RGB Variations
Color information
#B14CA5 (or 0xB14CA5) is known color: Violet Blue. HEX triplet: B1, 4C and A5. RGB value is (177,76,165). Sum of RGB (Red+Green+Blue) = 177+76+165=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B14CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14CA5 is #4EB35A. Grayscale: #747474. Windows color (decimal): -5157723 or 10833073. OLE color: 10833073.
HSL color Cylindrical-coordinate representation of color #B14CA5: hue angle of 307.13º 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 #B14CA5 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 165 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.31 |
| HSL | 307.13º | 0.4% | 0.5% | - |
| HSV(B) | 307.13º | 0.57% | 0.69% | - |
| XYZ | 27.51 | 17.23 | 37.47 | - |
| YUV | 116.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 165 | 0 | 0.57 | 0.07 | 0.31 | 307.13 | 0.4 | 0.5 |
| Hex | B1 | 4C | A5 | 0 | 39 | 7 | 1F | 133 | 28 | 32 |
| Octal | 261 | 114 | 245 | 0 | 71 | 7 | 37 | 463 | 50 | 62 |
| Binary | 10110001 | 1001100 | 10100101 | 0 | 111001 | 111 | 11111 | 100110011 | 101000 | 110010 |
Color Harmonies of #B14CA5
Complementary color
Monochromatic Colors of #B14CA5
Black with #B14CA5
Text Example
Text Example
White with #B14CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14CA5; }
p { color: rgb(177,76,165); }
H1.HeaderClassName
{
color: #B14CA5;
}
.AnyTagClassName
{
color: #B14CA5;
}
</style>
background-color css
<style>
a { background-color: #B14CA5; }
a { background-color: rgb(177,76,165); }
div.DivClassName
{
background-color: #B14CA5;
}
.BgClassName
{
background-color: #B14CA5;
}
</style>
border-color css
<style>
span { border-color: #B14CA5; }
span { border-color: rgb(177,76,165); }
td.TdClassName
{
border-color: #B14CA5;
}
.TagClassName
{
border-color: #B14CA5;
}
</style>