Shades of Medium Violet Red #BF1086
Tints of Medium Violet Red #BF1086
RGB
CMYK
RGB Variations
Color information
#BF1086 (or 0xBF1086) is known color: Medium Violet Red. HEX triplet: BF, 10 and 86. RGB value is (191,16,134). Sum of RGB (Red+Green+Blue) = 191+16+134=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1086 is #40EF79. Grayscale: #515151. Windows color (decimal): -4255610 or 8786111. OLE color: 8786111.
HSL color Cylindrical-coordinate representation of color #BF1086: hue angle of 319.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1086 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 134 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.25 |
| HSL | 319.54º | 0.85% | 0.41% | - |
| HSV(B) | 319.54º | 0.92% | 0.75% | - |
| XYZ | 25.97 | 13.17 | 23.73 | - |
| YUV | 81.78 | 157.48 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 134 | 0 | 0.92 | 0.30 | 0.25 | 319.54 | 0.85 | 0.41 |
| Hex | BF | 10 | 86 | 0 | 5C | 1E | 19 | 140 | 55 | 29 |
| Octal | 277 | 20 | 206 | 0 | 134 | 36 | 31 | 500 | 125 | 51 |
| Binary | 10111111 | 10000 | 10000110 | 0 | 1011100 | 11110 | 11001 | 101000000 | 1010101 | 101001 |
Color Harmonies of #BF1086
Complementary color
Monochromatic Colors of #BF1086
Black with #BF1086
Text Example
Text Example
White with #BF1086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1086; }
p { color: rgb(191,16,134); }
H1.HeaderClassName
{
color: #BF1086;
}
.AnyTagClassName
{
color: #BF1086;
}
</style>
background-color css
<style>
a { background-color: #BF1086; }
a { background-color: rgb(191,16,134); }
div.DivClassName
{
background-color: #BF1086;
}
.BgClassName
{
background-color: #BF1086;
}
</style>
border-color css
<style>
span { border-color: #BF1086; }
span { border-color: rgb(191,16,134); }
td.TdClassName
{
border-color: #BF1086;
}
.TagClassName
{
border-color: #BF1086;
}
</style>