Shades of Violet Blue #B14E9C
Tints of Violet Blue #B14E9C
RGB
CMYK
RGB Variations
Color information
#B14E9C (or 0xB14E9C) is known color: Violet Blue. HEX triplet: B1, 4E and 9C. RGB value is (177,78,156). Sum of RGB (Red+Green+Blue) = 177+78+156=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14E9C is #4EB163. Grayscale: #747474. Windows color (decimal): -5157220 or 10243761. OLE color: 10243761.
HSL color Cylindrical-coordinate representation of color #B14E9C: hue angle of 312.73º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14E9C is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 156 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.31 |
| HSL | 312.73º | 0.39% | 0.5% | - |
| HSV(B) | 312.73º | 0.56% | 0.69% | - |
| XYZ | 26.86 | 17.2 | 33.36 | - |
| YUV | 116.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 156 | 0 | 0.56 | 0.12 | 0.31 | 312.73 | 0.39 | 0.5 |
| Hex | B1 | 4E | 9C | 0 | 38 | C | 1F | 139 | 27 | 32 |
| Octal | 261 | 116 | 234 | 0 | 70 | 14 | 37 | 471 | 47 | 62 |
| Binary | 10110001 | 1001110 | 10011100 | 0 | 111000 | 1100 | 11111 | 100111001 | 100111 | 110010 |
Color Harmonies of #B14E9C
Complementary color
Monochromatic Colors of #B14E9C
Black with #B14E9C
Text Example
Text Example
White with #B14E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E9C; }
p { color: rgb(177,78,156); }
H1.HeaderClassName
{
color: #B14E9C;
}
.AnyTagClassName
{
color: #B14E9C;
}
</style>
background-color css
<style>
a { background-color: #B14E9C; }
a { background-color: rgb(177,78,156); }
div.DivClassName
{
background-color: #B14E9C;
}
.BgClassName
{
background-color: #B14E9C;
}
</style>
border-color css
<style>
span { border-color: #B14E9C; }
span { border-color: rgb(177,78,156); }
td.TdClassName
{
border-color: #B14E9C;
}
.TagClassName
{
border-color: #B14E9C;
}
</style>