Shades of Medium Violet Red #BF108D
Tints of Medium Violet Red #BF108D
RGB
CMYK
RGB Variations
Color information
#BF108D (or 0xBF108D) is known color: Medium Violet Red. HEX triplet: BF, 10 and 8D. RGB value is (191,16,141). Sum of RGB (Red+Green+Blue) = 191+16+141=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF108D is #40EF72. Grayscale: #525252. Windows color (decimal): -4255603 or 9244863. OLE color: 9244863.
HSL color Cylindrical-coordinate representation of color #BF108D: hue angle of 317.14º 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 #BF108D is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 141 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.25 |
| HSL | 317.14º | 0.85% | 0.41% | - |
| HSV(B) | 317.14º | 0.92% | 0.75% | - |
| XYZ | 26.48 | 13.37 | 26.38 | - |
| YUV | 82.58 | 160.98 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 141 | 0 | 0.92 | 0.26 | 0.25 | 317.14 | 0.85 | 0.41 |
| Hex | BF | 10 | 8D | 0 | 5C | 1A | 19 | 13D | 55 | 29 |
| Octal | 277 | 20 | 215 | 0 | 134 | 32 | 31 | 475 | 125 | 51 |
| Binary | 10111111 | 10000 | 10001101 | 0 | 1011100 | 11010 | 11001 | 100111101 | 1010101 | 101001 |
Color Harmonies of #BF108D
Complementary color
Monochromatic Colors of #BF108D
Black with #BF108D
Text Example
Text Example
White with #BF108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF108D; }
p { color: rgb(191,16,141); }
H1.HeaderClassName
{
color: #BF108D;
}
.AnyTagClassName
{
color: #BF108D;
}
</style>
background-color css
<style>
a { background-color: #BF108D; }
a { background-color: rgb(191,16,141); }
div.DivClassName
{
background-color: #BF108D;
}
.BgClassName
{
background-color: #BF108D;
}
</style>
border-color css
<style>
span { border-color: #BF108D; }
span { border-color: rgb(191,16,141); }
td.TdClassName
{
border-color: #BF108D;
}
.TagClassName
{
border-color: #BF108D;
}
</style>