Shades of Medium Violet Red #BF079E
Tints of Medium Violet Red #BF079E
RGB
CMYK
RGB Variations
Color information
#BF079E (or 0xBF079E) is known color: Medium Violet Red. HEX triplet: BF, 07 and 9E. RGB value is (191,7,158). Sum of RGB (Red+Green+Blue) = 191+7+158=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF079E is #40F861. Grayscale: #4E4E4E. Windows color (decimal): -4257890 or 10356671. OLE color: 10356671.
HSL color Cylindrical-coordinate representation of color #BF079E: hue angle of 310.76º 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 #BF079E is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 158 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.25 |
| HSL | 310.76º | 0.93% | 0.39% | - |
| HSV(B) | 310.76º | 0.96% | 0.75% | - |
| XYZ | 27.73 | 13.7 | 33.53 | - |
| YUV | 79.23 | 172.46 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 158 | 0 | 0.96 | 0.17 | 0.25 | 310.76 | 0.93 | 0.39 |
| Hex | BF | 7 | 9E | 0 | 60 | 11 | 19 | 137 | 5D | 27 |
| Octal | 277 | 7 | 236 | 0 | 140 | 21 | 31 | 467 | 135 | 47 |
| Binary | 10111111 | 111 | 10011110 | 0 | 1100000 | 10001 | 11001 | 100110111 | 1011101 | 100111 |
Color Harmonies of #BF079E
Complementary color
Monochromatic Colors of #BF079E
Black with #BF079E
Text Example
Text Example
White with #BF079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF079E; }
p { color: rgb(191,7,158); }
H1.HeaderClassName
{
color: #BF079E;
}
.AnyTagClassName
{
color: #BF079E;
}
</style>
background-color css
<style>
a { background-color: #BF079E; }
a { background-color: rgb(191,7,158); }
div.DivClassName
{
background-color: #BF079E;
}
.BgClassName
{
background-color: #BF079E;
}
</style>
border-color css
<style>
span { border-color: #BF079E; }
span { border-color: rgb(191,7,158); }
td.TdClassName
{
border-color: #BF079E;
}
.TagClassName
{
border-color: #BF079E;
}
</style>