Shades of Medium Violet Red #BF1686
Tints of Medium Violet Red #BF1686
RGB
CMYK
RGB Variations
Color information
#BF1686 (or 0xBF1686) is known color: Medium Violet Red. HEX triplet: BF, 16 and 86. RGB value is (191,22,134). Sum of RGB (Red+Green+Blue) = 191+22+134=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1686 is #40E979. Grayscale: #555555. Windows color (decimal): -4254074 or 8787647. OLE color: 8787647.
HSL color Cylindrical-coordinate representation of color #BF1686: hue angle of 320.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1686 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 134 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.25 |
| HSL | 320.24º | 0.79% | 0.42% | - |
| HSV(B) | 320.24º | 0.88% | 0.75% | - |
| XYZ | 26.08 | 13.37 | 23.76 | - |
| YUV | 85.3 | 155.49 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 134 | 0 | 0.88 | 0.30 | 0.25 | 320.24 | 0.79 | 0.42 |
| Hex | BF | 16 | 86 | 0 | 58 | 1E | 19 | 140 | 4F | 2A |
| Octal | 277 | 26 | 206 | 0 | 130 | 36 | 31 | 500 | 117 | 52 |
| Binary | 10111111 | 10110 | 10000110 | 0 | 1011000 | 11110 | 11001 | 101000000 | 1001111 | 101010 |
Color Harmonies of #BF1686
Complementary color
Monochromatic Colors of #BF1686
Black with #BF1686
Text Example
Text Example
White with #BF1686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1686; }
p { color: rgb(191,22,134); }
H1.HeaderClassName
{
color: #BF1686;
}
.AnyTagClassName
{
color: #BF1686;
}
</style>
background-color css
<style>
a { background-color: #BF1686; }
a { background-color: rgb(191,22,134); }
div.DivClassName
{
background-color: #BF1686;
}
.BgClassName
{
background-color: #BF1686;
}
</style>
border-color css
<style>
span { border-color: #BF1686; }
span { border-color: rgb(191,22,134); }
td.TdClassName
{
border-color: #BF1686;
}
.TagClassName
{
border-color: #BF1686;
}
</style>