Shades of Medium Violet Red #BF079F
Tints of Medium Violet Red #BF079F
RGB
CMYK
RGB Variations
Color information
#BF079F (or 0xBF079F) is known color: Medium Violet Red. HEX triplet: BF, 07 and 9F. RGB value is (191,7,159). Sum of RGB (Red+Green+Blue) = 191+7+159=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF079F is #40F860. Grayscale: #4E4E4E. Windows color (decimal): -4257889 or 10422207. OLE color: 10422207.
HSL color Cylindrical-coordinate representation of color #BF079F: hue angle of 310.43º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF079F is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 159 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.25 |
| HSL | 310.43º | 0.93% | 0.39% | - |
| HSV(B) | 310.43º | 0.96% | 0.75% | - |
| XYZ | 27.82 | 13.73 | 33.99 | - |
| YUV | 79.34 | 172.96 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 159 | 0 | 0.96 | 0.17 | 0.25 | 310.43 | 0.93 | 0.39 |
| Hex | BF | 7 | 9F | 0 | 60 | 11 | 19 | 136 | 5D | 27 |
| Octal | 277 | 7 | 237 | 0 | 140 | 21 | 31 | 466 | 135 | 47 |
| Binary | 10111111 | 111 | 10011111 | 0 | 1100000 | 10001 | 11001 | 100110110 | 1011101 | 100111 |
Color Harmonies of #BF079F
Complementary color
Monochromatic Colors of #BF079F
Black with #BF079F
Text Example
Text Example
White with #BF079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF079F; }
p { color: rgb(191,7,159); }
H1.HeaderClassName
{
color: #BF079F;
}
.AnyTagClassName
{
color: #BF079F;
}
</style>
background-color css
<style>
a { background-color: #BF079F; }
a { background-color: rgb(191,7,159); }
div.DivClassName
{
background-color: #BF079F;
}
.BgClassName
{
background-color: #BF079F;
}
</style>
border-color css
<style>
span { border-color: #BF079F; }
span { border-color: rgb(191,7,159); }
td.TdClassName
{
border-color: #BF079F;
}
.TagClassName
{
border-color: #BF079F;
}
</style>