Shades of Violet Blue #B14C9D
Tints of Violet Blue #B14C9D
RGB
CMYK
RGB Variations
Color information
#B14C9D (or 0xB14C9D) is known color: Violet Blue. HEX triplet: B1, 4C and 9D. RGB value is (177,76,157). Sum of RGB (Red+Green+Blue) = 177+76+157=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14C9D is #4EB362. Grayscale: #737373. Windows color (decimal): -5157731 or 10308785. OLE color: 10308785.
HSL color Cylindrical-coordinate representation of color #B14C9D: hue angle of 311.88º 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 #B14C9D is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 157 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.31 |
| HSL | 311.88º | 0.4% | 0.5% | - |
| HSV(B) | 311.88º | 0.57% | 0.69% | - |
| XYZ | 26.8 | 16.95 | 33.76 | - |
| YUV | 115.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 157 | 0 | 0.57 | 0.11 | 0.31 | 311.88 | 0.4 | 0.5 |
| Hex | B1 | 4C | 9D | 0 | 39 | B | 1F | 138 | 28 | 32 |
| Octal | 261 | 114 | 235 | 0 | 71 | 13 | 37 | 470 | 50 | 62 |
| Binary | 10110001 | 1001100 | 10011101 | 0 | 111001 | 1011 | 11111 | 100111000 | 101000 | 110010 |
Color Harmonies of #B14C9D
Complementary color
Monochromatic Colors of #B14C9D
Black with #B14C9D
Text Example
Text Example
White with #B14C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14C9D; }
p { color: rgb(177,76,157); }
H1.HeaderClassName
{
color: #B14C9D;
}
.AnyTagClassName
{
color: #B14C9D;
}
</style>
background-color css
<style>
a { background-color: #B14C9D; }
a { background-color: rgb(177,76,157); }
div.DivClassName
{
background-color: #B14C9D;
}
.BgClassName
{
background-color: #B14C9D;
}
</style>
border-color css
<style>
span { border-color: #B14C9D; }
span { border-color: rgb(177,76,157); }
td.TdClassName
{
border-color: #B14C9D;
}
.TagClassName
{
border-color: #B14C9D;
}
</style>