Shades of Medium Violet Red #BF109A
Tints of Medium Violet Red #BF109A
RGB
CMYK
RGB Variations
Color information
#BF109A (or 0xBF109A) is known color: Medium Violet Red. HEX triplet: BF, 10 and 9A. RGB value is (191,16,154). Sum of RGB (Red+Green+Blue) = 191+16+154=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF109A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF109A is #40EF65. Grayscale: #535353. Windows color (decimal): -4255590 or 10096831. OLE color: 10096831.
HSL color Cylindrical-coordinate representation of color #BF109A: hue angle of 312.69º 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 #BF109A is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 154 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.25 |
| HSL | 312.69º | 0.85% | 0.41% | - |
| HSV(B) | 312.69º | 0.92% | 0.75% | - |
| XYZ | 27.5 | 13.78 | 31.78 | - |
| YUV | 84.06 | 167.48 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 154 | 0 | 0.92 | 0.19 | 0.25 | 312.69 | 0.85 | 0.41 |
| Hex | BF | 10 | 9A | 0 | 5C | 13 | 19 | 139 | 55 | 29 |
| Octal | 277 | 20 | 232 | 0 | 134 | 23 | 31 | 471 | 125 | 51 |
| Binary | 10111111 | 10000 | 10011010 | 0 | 1011100 | 10011 | 11001 | 100111001 | 1010101 | 101001 |
Color Harmonies of #BF109A
Complementary color
Monochromatic Colors of #BF109A
Black with #BF109A
Text Example
Text Example
White with #BF109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF109A; }
p { color: rgb(191,16,154); }
H1.HeaderClassName
{
color: #BF109A;
}
.AnyTagClassName
{
color: #BF109A;
}
</style>
background-color css
<style>
a { background-color: #BF109A; }
a { background-color: rgb(191,16,154); }
div.DivClassName
{
background-color: #BF109A;
}
.BgClassName
{
background-color: #BF109A;
}
</style>
border-color css
<style>
span { border-color: #BF109A; }
span { border-color: rgb(191,16,154); }
td.TdClassName
{
border-color: #BF109A;
}
.TagClassName
{
border-color: #BF109A;
}
</style>