Shades of Medium Violet Red #BF109D
Tints of Medium Violet Red #BF109D
RGB
CMYK
RGB Variations
Color information
#BF109D (or 0xBF109D) is known color: Medium Violet Red. HEX triplet: BF, 10 and 9D. RGB value is (191,16,157). Sum of RGB (Red+Green+Blue) = 191+16+157=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF109D is #40EF62. Grayscale: #545454. Windows color (decimal): -4255587 or 10293439. OLE color: 10293439.
HSL color Cylindrical-coordinate representation of color #BF109D: hue angle of 311.66º 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 #BF109D is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 157 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.25 |
| HSL | 311.66º | 0.85% | 0.41% | - |
| HSV(B) | 311.66º | 0.92% | 0.75% | - |
| XYZ | 27.76 | 13.88 | 33.11 | - |
| YUV | 84.4 | 168.98 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 157 | 0 | 0.92 | 0.18 | 0.25 | 311.66 | 0.85 | 0.41 |
| Hex | BF | 10 | 9D | 0 | 5C | 12 | 19 | 138 | 55 | 29 |
| Octal | 277 | 20 | 235 | 0 | 134 | 22 | 31 | 470 | 125 | 51 |
| Binary | 10111111 | 10000 | 10011101 | 0 | 1011100 | 10010 | 11001 | 100111000 | 1010101 | 101001 |
Color Harmonies of #BF109D
Complementary color
Monochromatic Colors of #BF109D
Black with #BF109D
Text Example
Text Example
White with #BF109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF109D; }
p { color: rgb(191,16,157); }
H1.HeaderClassName
{
color: #BF109D;
}
.AnyTagClassName
{
color: #BF109D;
}
</style>
background-color css
<style>
a { background-color: #BF109D; }
a { background-color: rgb(191,16,157); }
div.DivClassName
{
background-color: #BF109D;
}
.BgClassName
{
background-color: #BF109D;
}
</style>
border-color css
<style>
span { border-color: #BF109D; }
span { border-color: rgb(191,16,157); }
td.TdClassName
{
border-color: #BF109D;
}
.TagClassName
{
border-color: #BF109D;
}
</style>