Shades of Medium Violet Red #BF1179
Tints of Medium Violet Red #BF1179
RGB
CMYK
RGB Variations
Color information
#BF1179 (or 0xBF1179) is known color: Medium Violet Red. HEX triplet: BF, 11 and 79. RGB value is (191,17,121). Sum of RGB (Red+Green+Blue) = 191+17+121=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1179 is #40EE86. Grayscale: #505050. Windows color (decimal): -4255367 or 7934399. OLE color: 7934399.
HSL color Cylindrical-coordinate representation of color #BF1179: hue angle of 324.14º 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 #BF1179 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 121 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.25 |
| HSL | 324.14º | 0.84% | 0.41% | - |
| HSV(B) | 324.14º | 0.91% | 0.75% | - |
| XYZ | 25.14 | 12.86 | 19.25 | - |
| YUV | 80.88 | 150.65 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 121 | 0 | 0.91 | 0.37 | 0.25 | 324.14 | 0.84 | 0.41 |
| Hex | BF | 11 | 79 | 0 | 5B | 25 | 19 | 144 | 54 | 29 |
| Octal | 277 | 21 | 171 | 0 | 133 | 45 | 31 | 504 | 124 | 51 |
| Binary | 10111111 | 10001 | 1111001 | 0 | 1011011 | 100101 | 11001 | 101000100 | 1010100 | 101001 |
Color Harmonies of #BF1179
Complementary color
Monochromatic Colors of #BF1179
Black with #BF1179
Text Example
Text Example
White with #BF1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1179; }
p { color: rgb(191,17,121); }
H1.HeaderClassName
{
color: #BF1179;
}
.AnyTagClassName
{
color: #BF1179;
}
</style>
background-color css
<style>
a { background-color: #BF1179; }
a { background-color: rgb(191,17,121); }
div.DivClassName
{
background-color: #BF1179;
}
.BgClassName
{
background-color: #BF1179;
}
</style>
border-color css
<style>
span { border-color: #BF1179; }
span { border-color: rgb(191,17,121); }
td.TdClassName
{
border-color: #BF1179;
}
.TagClassName
{
border-color: #BF1179;
}
</style>