Shades of Medium Red Violet #B14686
Tints of Medium Red Violet #B14686
RGB
CMYK
RGB Variations
Color information
#B14686 (or 0xB14686) is known color: Medium Red Violet. HEX triplet: B1, 46 and 86. RGB value is (177,70,134). Sum of RGB (Red+Green+Blue) = 177+70+134=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B14686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14686 is #4EB979. Grayscale: #6D6D6D. Windows color (decimal): -5159290 or 8799921. OLE color: 8799921.
HSL color Cylindrical-coordinate representation of color #B14686: hue angle of 324.11º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14686 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 134 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.31 |
| HSL | 324.11º | 0.43% | 0.48% | - |
| HSV(B) | 324.11º | 0.6% | 0.69% | - |
| XYZ | 24.62 | 15.45 | 24.24 | - |
| YUV | 109.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 134 | 0 | 0.60 | 0.24 | 0.31 | 324.11 | 0.43 | 0.48 |
| Hex | B1 | 46 | 86 | 0 | 3C | 18 | 1F | 144 | 2B | 30 |
| Octal | 261 | 106 | 206 | 0 | 74 | 30 | 37 | 504 | 53 | 60 |
| Binary | 10110001 | 1000110 | 10000110 | 0 | 111100 | 11000 | 11111 | 101000100 | 101011 | 110000 |
Color Harmonies of #B14686
Complementary color
Monochromatic Colors of #B14686
Black with #B14686
Text Example
Text Example
White with #B14686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14686; }
p { color: rgb(177,70,134); }
H1.HeaderClassName
{
color: #B14686;
}
.AnyTagClassName
{
color: #B14686;
}
</style>
background-color css
<style>
a { background-color: #B14686; }
a { background-color: rgb(177,70,134); }
div.DivClassName
{
background-color: #B14686;
}
.BgClassName
{
background-color: #B14686;
}
</style>
border-color css
<style>
span { border-color: #B14686; }
span { border-color: rgb(177,70,134); }
td.TdClassName
{
border-color: #B14686;
}
.TagClassName
{
border-color: #B14686;
}
</style>