Shades of Medium Violet Red #BF116D
Tints of Medium Violet Red #BF116D
RGB
CMYK
RGB Variations
Color information
#BF116D (or 0xBF116D) is known color: Medium Violet Red. HEX triplet: BF, 11 and 6D. RGB value is (191,17,109). Sum of RGB (Red+Green+Blue) = 191+17+109=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF116D is #40EE92. Grayscale: #4F4F4F. Windows color (decimal): -4255379 or 7147967. OLE color: 7147967.
HSL color Cylindrical-coordinate representation of color #BF116D: hue angle of 328.28º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF116D is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 109 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.25 |
| HSL | 328.28º | 0.84% | 0.41% | - |
| HSV(B) | 328.28º | 0.91% | 0.75% | - |
| XYZ | 24.45 | 12.58 | 15.61 | - |
| YUV | 79.51 | 144.65 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 109 | 0 | 0.91 | 0.43 | 0.25 | 328.28 | 0.84 | 0.41 |
| Hex | BF | 11 | 6D | 0 | 5B | 2B | 19 | 148 | 54 | 29 |
| Octal | 277 | 21 | 155 | 0 | 133 | 53 | 31 | 510 | 124 | 51 |
| Binary | 10111111 | 10001 | 1101101 | 0 | 1011011 | 101011 | 11001 | 101001000 | 1010100 | 101001 |
Color Harmonies of #BF116D
Complementary color
Monochromatic Colors of #BF116D
Black with #BF116D
Text Example
Text Example
White with #BF116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF116D; }
p { color: rgb(191,17,109); }
H1.HeaderClassName
{
color: #BF116D;
}
.AnyTagClassName
{
color: #BF116D;
}
</style>
background-color css
<style>
a { background-color: #BF116D; }
a { background-color: rgb(191,17,109); }
div.DivClassName
{
background-color: #BF116D;
}
.BgClassName
{
background-color: #BF116D;
}
</style>
border-color css
<style>
span { border-color: #BF116D; }
span { border-color: rgb(191,17,109); }
td.TdClassName
{
border-color: #BF116D;
}
.TagClassName
{
border-color: #BF116D;
}
</style>