Shades of Violet Blue #B14C9C
Tints of Violet Blue #B14C9C
RGB
CMYK
RGB Variations
Color information
#B14C9C (or 0xB14C9C) is known color: Violet Blue. HEX triplet: B1, 4C and 9C. RGB value is (177,76,156). Sum of RGB (Red+Green+Blue) = 177+76+156=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14C9C is #4EB363. Grayscale: #737373. Windows color (decimal): -5157732 or 10243249. OLE color: 10243249.
HSL color Cylindrical-coordinate representation of color #B14C9C: hue angle of 312.48º 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 #B14C9C is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 156 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.31 |
| HSL | 312.48º | 0.4% | 0.5% | - |
| HSV(B) | 312.48º | 0.57% | 0.69% | - |
| XYZ | 26.72 | 16.92 | 33.31 | - |
| YUV | 115.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 156 | 0 | 0.57 | 0.12 | 0.31 | 312.48 | 0.4 | 0.5 |
| Hex | B1 | 4C | 9C | 0 | 39 | C | 1F | 138 | 28 | 32 |
| Octal | 261 | 114 | 234 | 0 | 71 | 14 | 37 | 470 | 50 | 62 |
| Binary | 10110001 | 1001100 | 10011100 | 0 | 111001 | 1100 | 11111 | 100111000 | 101000 | 110010 |
Color Harmonies of #B14C9C
Complementary color
Monochromatic Colors of #B14C9C
Black with #B14C9C
Text Example
Text Example
White with #B14C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14C9C; }
p { color: rgb(177,76,156); }
H1.HeaderClassName
{
color: #B14C9C;
}
.AnyTagClassName
{
color: #B14C9C;
}
</style>
background-color css
<style>
a { background-color: #B14C9C; }
a { background-color: rgb(177,76,156); }
div.DivClassName
{
background-color: #B14C9C;
}
.BgClassName
{
background-color: #B14C9C;
}
</style>
border-color css
<style>
span { border-color: #B14C9C; }
span { border-color: rgb(177,76,156); }
td.TdClassName
{
border-color: #B14C9C;
}
.TagClassName
{
border-color: #B14C9C;
}
</style>