Shades of Medium Violet Red #BF109B
Tints of Medium Violet Red #BF109B
RGB
CMYK
RGB Variations
Color information
#BF109B (or 0xBF109B) is known color: Medium Violet Red. HEX triplet: BF, 10 and 9B. RGB value is (191,16,155). Sum of RGB (Red+Green+Blue) = 191+16+155=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF109B is #40EF64. Grayscale: #535353. Windows color (decimal): -4255589 or 10162367. OLE color: 10162367.
HSL color Cylindrical-coordinate representation of color #BF109B: hue angle of 312.34º 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 #BF109B is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 155 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.25 |
| HSL | 312.34º | 0.85% | 0.41% | - |
| HSV(B) | 312.34º | 0.92% | 0.75% | - |
| XYZ | 27.59 | 13.81 | 32.22 | - |
| YUV | 84.17 | 167.98 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 155 | 0 | 0.92 | 0.19 | 0.25 | 312.34 | 0.85 | 0.41 |
| Hex | BF | 10 | 9B | 0 | 5C | 13 | 19 | 138 | 55 | 29 |
| Octal | 277 | 20 | 233 | 0 | 134 | 23 | 31 | 470 | 125 | 51 |
| Binary | 10111111 | 10000 | 10011011 | 0 | 1011100 | 10011 | 11001 | 100111000 | 1010101 | 101001 |
Color Harmonies of #BF109B
Complementary color
Monochromatic Colors of #BF109B
Black with #BF109B
Text Example
Text Example
White with #BF109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF109B; }
p { color: rgb(191,16,155); }
H1.HeaderClassName
{
color: #BF109B;
}
.AnyTagClassName
{
color: #BF109B;
}
</style>
background-color css
<style>
a { background-color: #BF109B; }
a { background-color: rgb(191,16,155); }
div.DivClassName
{
background-color: #BF109B;
}
.BgClassName
{
background-color: #BF109B;
}
</style>
border-color css
<style>
span { border-color: #BF109B; }
span { border-color: rgb(191,16,155); }
td.TdClassName
{
border-color: #BF109B;
}
.TagClassName
{
border-color: #BF109B;
}
</style>